Shades of Dark Cerulean #004279
Tints of Dark Cerulean #004279
RGB
CMYK
RGB Variations
Color information
#004279 (or 0x004279) is known color: Dark Cerulean. HEX triplet: 00, 42 and 79. RGB value is (0,66,121). Sum of RGB (Red+Green+Blue) = 0+66+121=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #004279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004279 is #FFBD86. Grayscale: #343434. Windows color (decimal): -16760199 or 7946752. OLE color: 7946752.
HSL color Cylindrical-coordinate representation of color #004279: hue angle of 207.27º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004279 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 66 | 121 | - |
| CMYK | 1 | 0.45 | 0 | 0.53 |
| HSL | 207.27º | 1% | 0.24% | - |
| HSV(B) | 207.27º | 1% | 0.47% | - |
| XYZ | 5.4 | 5.28 | 18.82 | - |
| YUV | 52.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 121 | 1 | 0.45 | 0 | 0.53 | 207.27 | 1 | 0.24 |
| Hex | 0 | 42 | 79 | 64 | 2D | 0 | 35 | CF | 64 | 18 |
| Octal | 0 | 102 | 171 | 144 | 55 | 0 | 65 | 317 | 144 | 30 |
| Binary | 0 | 1000010 | 1111001 | 1100100 | 101101 | 0 | 110101 | 11001111 | 1100100 | 11000 |
Color Harmonies of #004279
Complementary color
Monochromatic Colors of #004279
Black with #004279
Text Example
Text Example
White with #004279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004279; }
p { color: rgb(0,66,121); }
H1.HeaderClassName
{
color: #004279;
}
.AnyTagClassName
{
color: #004279;
}
</style>
background-color css
<style>
a { background-color: #004279; }
a { background-color: rgb(0,66,121); }
div.DivClassName
{
background-color: #004279;
}
.BgClassName
{
background-color: #004279;
}
</style>
border-color css
<style>
span { border-color: #004279; }
span { border-color: rgb(0,66,121); }
td.TdClassName
{
border-color: #004279;
}
.TagClassName
{
border-color: #004279;
}
</style>