Shades of Dark Cerulean #004577
Tints of Dark Cerulean #004577
RGB
CMYK
RGB Variations
Color information
#004577 (or 0x004577) is known color: Dark Cerulean. HEX triplet: 00, 45 and 77. RGB value is (0,69,119). Sum of RGB (Red+Green+Blue) = 0+69+119=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #004577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004577 is #FFBA88. Grayscale: #353535. Windows color (decimal): -16759433 or 7816448. OLE color: 7816448.
HSL color Cylindrical-coordinate representation of color #004577: hue angle of 205.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004577 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 69 | 119 | - |
| CMYK | 1 | 0.42 | 0 | 0.53 |
| HSL | 205.21º | 1% | 0.23% | - |
| HSV(B) | 205.21º | 1% | 0.47% | - |
| XYZ | 5.46 | 5.59 | 18.24 | - |
| YUV | 54.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 119 | 1 | 0.42 | 0 | 0.53 | 205.21 | 1 | 0.23 |
| Hex | 0 | 45 | 77 | 64 | 2A | 0 | 35 | CD | 64 | 17 |
| Octal | 0 | 105 | 167 | 144 | 52 | 0 | 65 | 315 | 144 | 27 |
| Binary | 0 | 1000101 | 1110111 | 1100100 | 101010 | 0 | 110101 | 11001101 | 1100100 | 10111 |
Color Harmonies of #004577
Complementary color
Monochromatic Colors of #004577
Black with #004577
Text Example
Text Example
White with #004577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004577; }
p { color: rgb(0,69,119); }
H1.HeaderClassName
{
color: #004577;
}
.AnyTagClassName
{
color: #004577;
}
</style>
background-color css
<style>
a { background-color: #004577; }
a { background-color: rgb(0,69,119); }
div.DivClassName
{
background-color: #004577;
}
.BgClassName
{
background-color: #004577;
}
</style>
border-color css
<style>
span { border-color: #004577; }
span { border-color: rgb(0,69,119); }
td.TdClassName
{
border-color: #004577;
}
.TagClassName
{
border-color: #004577;
}
</style>