Shades of Dark Cerulean #045A91
Tints of Dark Cerulean #045A91
RGB
CMYK
RGB Variations
Color information
#045A91 (or 0x045A91) is known color: Dark Cerulean. HEX triplet: 04, 5A and 91. RGB value is (4,90,145). Sum of RGB (Red+Green+Blue) = 4+90+145=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #045A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A91 is #FBA56E. Grayscale: #464646. Windows color (decimal): -16491887 or 9525764. OLE color: 9525764.
HSL color Cylindrical-coordinate representation of color #045A91: hue angle of 203.4º 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 #045A91 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 90 | 145 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.43 |
| HSL | 203.4º | 0.95% | 0.29% | - |
| HSV(B) | 203.4º | 0.97% | 0.57% | - |
| XYZ | 8.82 | 9.38 | 28.13 | - |
| YUV | 70.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 145 | 0.97 | 0.38 | 0 | 0.43 | 203.4 | 0.95 | 0.29 |
| Hex | 4 | 5A | 91 | 61 | 26 | 0 | 2B | CB | 5F | 1D |
| Octal | 4 | 132 | 221 | 141 | 46 | 0 | 53 | 313 | 137 | 35 |
| Binary | 100 | 1011010 | 10010001 | 1100001 | 100110 | 0 | 101011 | 11001011 | 1011111 | 11101 |
Color Harmonies of #045A91
Complementary color
Monochromatic Colors of #045A91
Black with #045A91
Text Example
Text Example
White with #045A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A91; }
p { color: rgb(4,90,145); }
H1.HeaderClassName
{
color: #045A91;
}
.AnyTagClassName
{
color: #045A91;
}
</style>
background-color css
<style>
a { background-color: #045A91; }
a { background-color: rgb(4,90,145); }
div.DivClassName
{
background-color: #045A91;
}
.BgClassName
{
background-color: #045A91;
}
</style>
border-color css
<style>
span { border-color: #045A91; }
span { border-color: rgb(4,90,145); }
td.TdClassName
{
border-color: #045A91;
}
.TagClassName
{
border-color: #045A91;
}
</style>