Shades of Dark Cerulean #045884
Tints of Dark Cerulean #045884
RGB
CMYK
RGB Variations
Color information
#045884 (or 0x045884) is known color: Dark Cerulean. HEX triplet: 04, 58 and 84. RGB value is (4,88,132). Sum of RGB (Red+Green+Blue) = 4+88+132=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #045884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045884 is #FBA77B. Grayscale: #434343. Windows color (decimal): -16492412 or 8673284. OLE color: 8673284.
HSL color Cylindrical-coordinate representation of color #045884: hue angle of 200.62º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045884 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 88 | 132 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.48 |
| HSL | 200.63º | 0.94% | 0.27% | - |
| HSV(B) | 200.63º | 0.97% | 0.52% | - |
| XYZ | 7.7 | 8.67 | 23.1 | - |
| YUV | 67.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 132 | 0.97 | 0.33 | 0 | 0.48 | 200.63 | 0.94 | 0.27 |
| Hex | 4 | 58 | 84 | 61 | 21 | 0 | 30 | C9 | 5E | 1B |
| Octal | 4 | 130 | 204 | 141 | 41 | 0 | 60 | 311 | 136 | 33 |
| Binary | 100 | 1011000 | 10000100 | 1100001 | 100001 | 0 | 110000 | 11001001 | 1011110 | 11011 |
Color Harmonies of #045884
Complementary color
Monochromatic Colors of #045884
Black with #045884
Text Example
Text Example
White with #045884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045884; }
p { color: rgb(4,88,132); }
H1.HeaderClassName
{
color: #045884;
}
.AnyTagClassName
{
color: #045884;
}
</style>
background-color css
<style>
a { background-color: #045884; }
a { background-color: rgb(4,88,132); }
div.DivClassName
{
background-color: #045884;
}
.BgClassName
{
background-color: #045884;
}
</style>
border-color css
<style>
span { border-color: #045884; }
span { border-color: rgb(4,88,132); }
td.TdClassName
{
border-color: #045884;
}
.TagClassName
{
border-color: #045884;
}
</style>