Shades of Dark Cerulean #045079
Tints of Dark Cerulean #045079
RGB
CMYK
RGB Variations
Color information
#045079 (or 0x045079) is known color: Dark Cerulean. HEX triplet: 04, 50 and 79. RGB value is (4,80,121). Sum of RGB (Red+Green+Blue) = 4+80+121=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #045079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045079 is #FBAF86. Grayscale: #3D3D3D. Windows color (decimal): -16494471 or 7950340. OLE color: 7950340.
HSL color Cylindrical-coordinate representation of color #045079: hue angle of 201.03º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045079 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 80 | 121 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.53 |
| HSL | 201.03º | 0.94% | 0.25% | - |
| HSV(B) | 201.03º | 0.97% | 0.47% | - |
| XYZ | 6.37 | 7.14 | 19.13 | - |
| YUV | 61.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 121 | 0.97 | 0.34 | 0 | 0.53 | 201.03 | 0.94 | 0.25 |
| Hex | 4 | 50 | 79 | 61 | 22 | 0 | 35 | C9 | 5E | 19 |
| Octal | 4 | 120 | 171 | 141 | 42 | 0 | 65 | 311 | 136 | 31 |
| Binary | 100 | 1010000 | 1111001 | 1100001 | 100010 | 0 | 110101 | 11001001 | 1011110 | 11001 |
Color Harmonies of #045079
Complementary color
Monochromatic Colors of #045079
Black with #045079
Text Example
Text Example
White with #045079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045079; }
p { color: rgb(4,80,121); }
H1.HeaderClassName
{
color: #045079;
}
.AnyTagClassName
{
color: #045079;
}
</style>
background-color css
<style>
a { background-color: #045079; }
a { background-color: rgb(4,80,121); }
div.DivClassName
{
background-color: #045079;
}
.BgClassName
{
background-color: #045079;
}
</style>
border-color css
<style>
span { border-color: #045079; }
span { border-color: rgb(4,80,121); }
td.TdClassName
{
border-color: #045079;
}
.TagClassName
{
border-color: #045079;
}
</style>