Shades of Dark Cerulean #045E90
Tints of Dark Cerulean #045E90
RGB
CMYK
RGB Variations
Color information
#045E90 (or 0x045E90) is known color: Dark Cerulean. HEX triplet: 04, 5E and 90. RGB value is (4,94,144). Sum of RGB (Red+Green+Blue) = 4+94+144=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #045E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045E90 is #FBA16F. Grayscale: #484848. Windows color (decimal): -16490864 or 9461252. OLE color: 9461252.
HSL color Cylindrical-coordinate representation of color #045E90: hue angle of 201.43º 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 #045E90 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 94 | 144 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.44 |
| HSL | 201.43º | 0.95% | 0.29% | - |
| HSV(B) | 201.43º | 0.97% | 0.56% | - |
| XYZ | 9.09 | 10.04 | 27.85 | - |
| YUV | 72.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 144 | 0.97 | 0.35 | 0 | 0.44 | 201.43 | 0.95 | 0.29 |
| Hex | 4 | 5E | 90 | 61 | 23 | 0 | 2C | C9 | 5F | 1D |
| Octal | 4 | 136 | 220 | 141 | 43 | 0 | 54 | 311 | 137 | 35 |
| Binary | 100 | 1011110 | 10010000 | 1100001 | 100011 | 0 | 101100 | 11001001 | 1011111 | 11101 |
Color Harmonies of #045E90
Complementary color
Monochromatic Colors of #045E90
Black with #045E90
Text Example
Text Example
White with #045E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E90; }
p { color: rgb(4,94,144); }
H1.HeaderClassName
{
color: #045E90;
}
.AnyTagClassName
{
color: #045E90;
}
</style>
background-color css
<style>
a { background-color: #045E90; }
a { background-color: rgb(4,94,144); }
div.DivClassName
{
background-color: #045E90;
}
.BgClassName
{
background-color: #045E90;
}
</style>
border-color css
<style>
span { border-color: #045E90; }
span { border-color: rgb(4,94,144); }
td.TdClassName
{
border-color: #045E90;
}
.TagClassName
{
border-color: #045E90;
}
</style>