Shades of Dark Cerulean #014279
Tints of Dark Cerulean #014279
RGB
CMYK
RGB Variations
Color information
#014279 (or 0x014279) is known color: Dark Cerulean. HEX triplet: 01, 42 and 79. RGB value is (1,66,121). Sum of RGB (Red+Green+Blue) = 1+66+121=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #014279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014279 is #FEBD86. Grayscale: #343434. Windows color (decimal): -16694663 or 7946753. OLE color: 7946753.
HSL color Cylindrical-coordinate representation of color #014279: hue angle of 207.5º 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 #014279 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 66 | 121 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.53 |
| HSL | 207.5º | 0.98% | 0.24% | - |
| HSV(B) | 207.5º | 0.99% | 0.47% | - |
| XYZ | 5.41 | 5.28 | 18.82 | - |
| YUV | 52.84 | 166.47 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 121 | 0.99 | 0.45 | 0 | 0.53 | 207.5 | 0.98 | 0.24 |
| Hex | 1 | 42 | 79 | 63 | 2D | 0 | 35 | D0 | 62 | 18 |
| Octal | 1 | 102 | 171 | 143 | 55 | 0 | 65 | 320 | 142 | 30 |
| Binary | 1 | 1000010 | 1111001 | 1100011 | 101101 | 0 | 110101 | 11010000 | 1100010 | 11000 |
Color Harmonies of #014279
Complementary color
Monochromatic Colors of #014279
Black with #014279
Text Example
Text Example
White with #014279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014279; }
p { color: rgb(1,66,121); }
H1.HeaderClassName
{
color: #014279;
}
.AnyTagClassName
{
color: #014279;
}
</style>
background-color css
<style>
a { background-color: #014279; }
a { background-color: rgb(1,66,121); }
div.DivClassName
{
background-color: #014279;
}
.BgClassName
{
background-color: #014279;
}
</style>
border-color css
<style>
span { border-color: #014279; }
span { border-color: rgb(1,66,121); }
td.TdClassName
{
border-color: #014279;
}
.TagClassName
{
border-color: #014279;
}
</style>