Shades of Dark Cerulean #014277
Tints of Dark Cerulean #014277
RGB
CMYK
RGB Variations
Color information
#014277 (or 0x014277) is known color: Dark Cerulean. HEX triplet: 01, 42 and 77. RGB value is (1,66,119). Sum of RGB (Red+Green+Blue) = 1+66+119=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #014277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014277 is #FEBD88. Grayscale: #343434. Windows color (decimal): -16694665 or 7815681. OLE color: 7815681.
HSL color Cylindrical-coordinate representation of color #014277: hue angle of 206.95º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014277 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 66 | 119 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.53 |
| HSL | 206.95º | 0.98% | 0.24% | - |
| HSV(B) | 206.95º | 0.99% | 0.47% | - |
| XYZ | 5.29 | 5.23 | 18.18 | - |
| YUV | 52.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 119 | 0.99 | 0.45 | 0 | 0.53 | 206.95 | 0.98 | 0.24 |
| Hex | 1 | 42 | 77 | 63 | 2D | 0 | 35 | CF | 62 | 18 |
| Octal | 1 | 102 | 167 | 143 | 55 | 0 | 65 | 317 | 142 | 30 |
| Binary | 1 | 1000010 | 1110111 | 1100011 | 101101 | 0 | 110101 | 11001111 | 1100010 | 11000 |
Color Harmonies of #014277
Complementary color
Monochromatic Colors of #014277
Black with #014277
Text Example
Text Example
White with #014277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014277; }
p { color: rgb(1,66,119); }
H1.HeaderClassName
{
color: #014277;
}
.AnyTagClassName
{
color: #014277;
}
</style>
background-color css
<style>
a { background-color: #014277; }
a { background-color: rgb(1,66,119); }
div.DivClassName
{
background-color: #014277;
}
.BgClassName
{
background-color: #014277;
}
</style>
border-color css
<style>
span { border-color: #014277; }
span { border-color: rgb(1,66,119); }
td.TdClassName
{
border-color: #014277;
}
.TagClassName
{
border-color: #014277;
}
</style>