Shades of Dark Cerulean #045279
Tints of Dark Cerulean #045279
RGB
CMYK
RGB Variations
Color information
#045279 (or 0x045279) is known color: Dark Cerulean. HEX triplet: 04, 52 and 79. RGB value is (4,82,121). Sum of RGB (Red+Green+Blue) = 4+82+121=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #045279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045279 is #FBAD86. Grayscale: #3E3E3E. Windows color (decimal): -16493959 or 7950852. OLE color: 7950852.
HSL color Cylindrical-coordinate representation of color #045279: hue angle of 200º 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 #045279 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 82 | 121 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.53 |
| HSL | 200º | 0.94% | 0.25% | - |
| HSV(B) | 200º | 0.97% | 0.47% | - |
| XYZ | 6.52 | 7.44 | 19.18 | - |
| YUV | 63.12 | 160.66 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 121 | 0.97 | 0.32 | 0 | 0.53 | 200 | 0.94 | 0.25 |
| Hex | 4 | 52 | 79 | 61 | 20 | 0 | 35 | C8 | 5E | 19 |
| Octal | 4 | 122 | 171 | 141 | 40 | 0 | 65 | 310 | 136 | 31 |
| Binary | 100 | 1010010 | 1111001 | 1100001 | 100000 | 0 | 110101 | 11001000 | 1011110 | 11001 |
Color Harmonies of #045279
Complementary color
Monochromatic Colors of #045279
Black with #045279
Text Example
Text Example
White with #045279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045279; }
p { color: rgb(4,82,121); }
H1.HeaderClassName
{
color: #045279;
}
.AnyTagClassName
{
color: #045279;
}
</style>
background-color css
<style>
a { background-color: #045279; }
a { background-color: rgb(4,82,121); }
div.DivClassName
{
background-color: #045279;
}
.BgClassName
{
background-color: #045279;
}
</style>
border-color css
<style>
span { border-color: #045279; }
span { border-color: rgb(4,82,121); }
td.TdClassName
{
border-color: #045279;
}
.TagClassName
{
border-color: #045279;
}
</style>