Shades of Dark Cerulean #004572
Tints of Dark Cerulean #004572
RGB
CMYK
RGB Variations
Color information
#004572 (or 0x004572) is known color: Dark Cerulean. HEX triplet: 00, 45 and 72. RGB value is (0,69,114). Sum of RGB (Red+Green+Blue) = 0+69+114=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #004572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004572 is #FFBA8D. Grayscale: #353535. Windows color (decimal): -16759438 or 7488768. OLE color: 7488768.
HSL color Cylindrical-coordinate representation of color #004572: hue angle of 203.68º 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 #004572 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 69 | 114 | - |
| CMYK | 1 | 0.39 | 0 | 0.55 |
| HSL | 203.68º | 1% | 0.22% | - |
| HSV(B) | 203.68º | 1% | 0.45% | - |
| XYZ | 5.17 | 5.47 | 16.7 | - |
| YUV | 53.5 | 162.14 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 114 | 1 | 0.39 | 0 | 0.55 | 203.68 | 1 | 0.22 |
| Hex | 0 | 45 | 72 | 64 | 27 | 0 | 37 | CC | 64 | 16 |
| Octal | 0 | 105 | 162 | 144 | 47 | 0 | 67 | 314 | 144 | 26 |
| Binary | 0 | 1000101 | 1110010 | 1100100 | 100111 | 0 | 110111 | 11001100 | 1100100 | 10110 |
Color Harmonies of #004572
Complementary color
Monochromatic Colors of #004572
Black with #004572
Text Example
Text Example
White with #004572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004572; }
p { color: rgb(0,69,114); }
H1.HeaderClassName
{
color: #004572;
}
.AnyTagClassName
{
color: #004572;
}
</style>
background-color css
<style>
a { background-color: #004572; }
a { background-color: rgb(0,69,114); }
div.DivClassName
{
background-color: #004572;
}
.BgClassName
{
background-color: #004572;
}
</style>
border-color css
<style>
span { border-color: #004572; }
span { border-color: rgb(0,69,114); }
td.TdClassName
{
border-color: #004572;
}
.TagClassName
{
border-color: #004572;
}
</style>