Shades of Dark Cerulean #045881
Tints of Dark Cerulean #045881
RGB
CMYK
RGB Variations
Color information
#045881 (or 0x045881) is known color: Dark Cerulean. HEX triplet: 04, 58 and 81. RGB value is (4,88,129). Sum of RGB (Red+Green+Blue) = 4+88+129=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #045881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045881 is #FBA77E. Grayscale: #434343. Windows color (decimal): -16492415 or 8476676. OLE color: 8476676.
HSL color Cylindrical-coordinate representation of color #045881: hue angle of 199.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045881 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 88 | 129 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.49 |
| HSL | 199.68º | 0.94% | 0.26% | - |
| HSV(B) | 199.68º | 0.97% | 0.51% | - |
| XYZ | 7.5 | 8.59 | 22.03 | - |
| YUV | 67.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 129 | 0.97 | 0.32 | 0 | 0.49 | 199.68 | 0.94 | 0.26 |
| Hex | 4 | 58 | 81 | 61 | 20 | 0 | 31 | C8 | 5E | 1A |
| Octal | 4 | 130 | 201 | 141 | 40 | 0 | 61 | 310 | 136 | 32 |
| Binary | 100 | 1011000 | 10000001 | 1100001 | 100000 | 0 | 110001 | 11001000 | 1011110 | 11010 |
Color Harmonies of #045881
Complementary color
Monochromatic Colors of #045881
Black with #045881
Text Example
Text Example
White with #045881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045881; }
p { color: rgb(4,88,129); }
H1.HeaderClassName
{
color: #045881;
}
.AnyTagClassName
{
color: #045881;
}
</style>
background-color css
<style>
a { background-color: #045881; }
a { background-color: rgb(4,88,129); }
div.DivClassName
{
background-color: #045881;
}
.BgClassName
{
background-color: #045881;
}
</style>
border-color css
<style>
span { border-color: #045881; }
span { border-color: rgb(4,88,129); }
td.TdClassName
{
border-color: #045881;
}
.TagClassName
{
border-color: #045881;
}
</style>