Shades of Dark Cerulean #045077
Tints of Dark Cerulean #045077
RGB
CMYK
RGB Variations
Color information
#045077 (or 0x045077) is known color: Dark Cerulean. HEX triplet: 04, 50 and 77. RGB value is (4,80,119). Sum of RGB (Red+Green+Blue) = 4+80+119=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #045077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045077 is #FBAF88. Grayscale: #3D3D3D. Windows color (decimal): -16494473 or 7819268. OLE color: 7819268.
HSL color Cylindrical-coordinate representation of color #045077: hue angle of 200.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045077 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 80 | 119 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.53 |
| HSL | 200.35º | 0.93% | 0.24% | - |
| HSV(B) | 200.35º | 0.97% | 0.47% | - |
| XYZ | 6.25 | 7.1 | 18.49 | - |
| YUV | 61.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 119 | 0.97 | 0.33 | 0 | 0.53 | 200.35 | 0.93 | 0.24 |
| Hex | 4 | 50 | 77 | 61 | 21 | 0 | 35 | C8 | 5D | 18 |
| Octal | 4 | 120 | 167 | 141 | 41 | 0 | 65 | 310 | 135 | 30 |
| Binary | 100 | 1010000 | 1110111 | 1100001 | 100001 | 0 | 110101 | 11001000 | 1011101 | 11000 |
Color Harmonies of #045077
Complementary color
Monochromatic Colors of #045077
Black with #045077
Text Example
Text Example
White with #045077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045077; }
p { color: rgb(4,80,119); }
H1.HeaderClassName
{
color: #045077;
}
.AnyTagClassName
{
color: #045077;
}
</style>
background-color css
<style>
a { background-color: #045077; }
a { background-color: rgb(4,80,119); }
div.DivClassName
{
background-color: #045077;
}
.BgClassName
{
background-color: #045077;
}
</style>
border-color css
<style>
span { border-color: #045077; }
span { border-color: rgb(4,80,119); }
td.TdClassName
{
border-color: #045077;
}
.TagClassName
{
border-color: #045077;
}
</style>