RGB | 0 | 30 | 39 | |
HSL | 0.54 | 1 | 0.08 | |
HSV | 194° | 100° | 15° | |
CYMK | 1 | 0.2308 | 0 | 216 |
XYZ | 0.8305 | 1.075 | 2.0832 |
This color is called Swamp. It has 0 red, 30 green, and 39 blue. This color is not particularly light nor dark.
.text-001e27 { color: #001e27 }
This is some text in the color #001e27
.bg-001e27 { background-color: #001e27 }
.border-001e27 { border: 3px solid #001e27; }
This is some text in a box with a border of the color #001e27
.text-shadow-001e27 { text-shadow: 4px 4px 2px #001e27; }
This is some text with text shadow color #001e27
.box-shadow-001e27 { -moz-box-shadow: 1px 1px 3px 2px #001e27; -webkit-box-shadow: 1px 1px 3px 2px #001e27; box-shadow: 1px 1px 3px 2px #001e27; }
This is some text in a box with a box shadow of the color #001e27