Shades of Dark Cerulean #004872
Tints of Dark Cerulean #004872
RGB
CMYK
RGB Variations
Color information
#004872 (or 0x004872) is known color: Dark Cerulean. HEX triplet: 00, 48 and 72. RGB value is (0,72,114). Sum of RGB (Red+Green+Blue) = 0+72+114=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #004872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004872 is #FFB78D. Grayscale: #373737. Windows color (decimal): -16758670 or 7489536. OLE color: 7489536.
HSL color Cylindrical-coordinate representation of color #004872: hue angle of 202.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004872 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 72 | 114 | - |
| CMYK | 1 | 0.37 | 0 | 0.55 |
| HSL | 202.11º | 1% | 0.22% | - |
| HSV(B) | 202.11º | 1% | 0.45% | - |
| XYZ | 5.35 | 5.85 | 16.77 | - |
| YUV | 55.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 114 | 1 | 0.37 | 0 | 0.55 | 202.11 | 1 | 0.22 |
| Hex | 0 | 48 | 72 | 64 | 25 | 0 | 37 | CA | 64 | 16 |
| Octal | 0 | 110 | 162 | 144 | 45 | 0 | 67 | 312 | 144 | 26 |
| Binary | 0 | 1001000 | 1110010 | 1100100 | 100101 | 0 | 110111 | 11001010 | 1100100 | 10110 |
Color Harmonies of #004872
Complementary color
Monochromatic Colors of #004872
Black with #004872
Text Example
Text Example
White with #004872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004872; }
p { color: rgb(0,72,114); }
H1.HeaderClassName
{
color: #004872;
}
.AnyTagClassName
{
color: #004872;
}
</style>
background-color css
<style>
a { background-color: #004872; }
a { background-color: rgb(0,72,114); }
div.DivClassName
{
background-color: #004872;
}
.BgClassName
{
background-color: #004872;
}
</style>
border-color css
<style>
span { border-color: #004872; }
span { border-color: rgb(0,72,114); }
td.TdClassName
{
border-color: #004872;
}
.TagClassName
{
border-color: #004872;
}
</style>