Shades of Dark Cerulean #045A89
Tints of Dark Cerulean #045A89
RGB
CMYK
RGB Variations
Color information
#045A89 (or 0x045A89) is known color: Dark Cerulean. HEX triplet: 04, 5A and 89. RGB value is (4,90,137). Sum of RGB (Red+Green+Blue) = 4+90+137=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #045A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A89 is #FBA576. Grayscale: #454545. Windows color (decimal): -16491895 or 9001476. OLE color: 9001476.
HSL color Cylindrical-coordinate representation of color #045A89: hue angle of 201.2º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A89 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 90 | 137 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.46 |
| HSL | 201.2º | 0.94% | 0.28% | - |
| HSV(B) | 201.2º | 0.97% | 0.54% | - |
| XYZ | 8.22 | 9.14 | 25 | - |
| YUV | 69.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 137 | 0.97 | 0.34 | 0 | 0.46 | 201.2 | 0.94 | 0.28 |
| Hex | 4 | 5A | 89 | 61 | 22 | 0 | 2E | C9 | 5E | 1C |
| Octal | 4 | 132 | 211 | 141 | 42 | 0 | 56 | 311 | 136 | 34 |
| Binary | 100 | 1011010 | 10001001 | 1100001 | 100010 | 0 | 101110 | 11001001 | 1011110 | 11100 |
Color Harmonies of #045A89
Complementary color
Monochromatic Colors of #045A89
Black with #045A89
Text Example
Text Example
White with #045A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A89; }
p { color: rgb(4,90,137); }
H1.HeaderClassName
{
color: #045A89;
}
.AnyTagClassName
{
color: #045A89;
}
</style>
background-color css
<style>
a { background-color: #045A89; }
a { background-color: rgb(4,90,137); }
div.DivClassName
{
background-color: #045A89;
}
.BgClassName
{
background-color: #045A89;
}
</style>
border-color css
<style>
span { border-color: #045A89; }
span { border-color: rgb(4,90,137); }
td.TdClassName
{
border-color: #045A89;
}
.TagClassName
{
border-color: #045A89;
}
</style>