Shades of Dark Cerulean #045E91
Tints of Dark Cerulean #045E91
RGB
CMYK
RGB Variations
Color information
#045E91 (or 0x045E91) is known color: Dark Cerulean. HEX triplet: 04, 5E and 91. RGB value is (4,94,145). Sum of RGB (Red+Green+Blue) = 4+94+145=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #045E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045E91 is #FBA16E. Grayscale: #484848. Windows color (decimal): -16490863 or 9526788. OLE color: 9526788.
HSL color Cylindrical-coordinate representation of color #045E91: hue angle of 201.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045E91 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 94 | 145 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.43 |
| HSL | 201.7º | 0.95% | 0.29% | - |
| HSV(B) | 201.7º | 0.97% | 0.57% | - |
| XYZ | 9.16 | 10.08 | 28.25 | - |
| YUV | 72.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 145 | 0.97 | 0.35 | 0 | 0.43 | 201.7 | 0.95 | 0.29 |
| Hex | 4 | 5E | 91 | 61 | 23 | 0 | 2B | CA | 5F | 1D |
| Octal | 4 | 136 | 221 | 141 | 43 | 0 | 53 | 312 | 137 | 35 |
| Binary | 100 | 1011110 | 10010001 | 1100001 | 100011 | 0 | 101011 | 11001010 | 1011111 | 11101 |
Color Harmonies of #045E91
Complementary color
Monochromatic Colors of #045E91
Black with #045E91
Text Example
Text Example
White with #045E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E91; }
p { color: rgb(4,94,145); }
H1.HeaderClassName
{
color: #045E91;
}
.AnyTagClassName
{
color: #045E91;
}
</style>
background-color css
<style>
a { background-color: #045E91; }
a { background-color: rgb(4,94,145); }
div.DivClassName
{
background-color: #045E91;
}
.BgClassName
{
background-color: #045E91;
}
</style>
border-color css
<style>
span { border-color: #045E91; }
span { border-color: rgb(4,94,145); }
td.TdClassName
{
border-color: #045E91;
}
.TagClassName
{
border-color: #045E91;
}
</style>