Shades of Dark Cerulean #045A90
Tints of Dark Cerulean #045A90
RGB
CMYK
RGB Variations
Color information
#045A90 (or 0x045A90) is known color: Dark Cerulean. HEX triplet: 04, 5A and 90. RGB value is (4,90,144). Sum of RGB (Red+Green+Blue) = 4+90+144=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #045A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A90 is #FBA56F. Grayscale: #464646. Windows color (decimal): -16491888 or 9460228. OLE color: 9460228.
HSL color Cylindrical-coordinate representation of color #045A90: hue angle of 203.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A90 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 90 | 144 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.44 |
| HSL | 203.14º | 0.95% | 0.29% | - |
| HSV(B) | 203.14º | 0.97% | 0.56% | - |
| XYZ | 8.74 | 9.35 | 27.73 | - |
| YUV | 70.44 | 169.51 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 144 | 0.97 | 0.37 | 0 | 0.44 | 203.14 | 0.95 | 0.29 |
| Hex | 4 | 5A | 90 | 61 | 25 | 0 | 2C | CB | 5F | 1D |
| Octal | 4 | 132 | 220 | 141 | 45 | 0 | 54 | 313 | 137 | 35 |
| Binary | 100 | 1011010 | 10010000 | 1100001 | 100101 | 0 | 101100 | 11001011 | 1011111 | 11101 |
Color Harmonies of #045A90
Complementary color
Monochromatic Colors of #045A90
Black with #045A90
Text Example
Text Example
White with #045A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A90; }
p { color: rgb(4,90,144); }
H1.HeaderClassName
{
color: #045A90;
}
.AnyTagClassName
{
color: #045A90;
}
</style>
background-color css
<style>
a { background-color: #045A90; }
a { background-color: rgb(4,90,144); }
div.DivClassName
{
background-color: #045A90;
}
.BgClassName
{
background-color: #045A90;
}
</style>
border-color css
<style>
span { border-color: #045A90; }
span { border-color: rgb(4,90,144); }
td.TdClassName
{
border-color: #045A90;
}
.TagClassName
{
border-color: #045A90;
}
</style>