Shades of Dark Cerulean #045090
Tints of Dark Cerulean #045090
RGB
CMYK
RGB Variations
Color information
#045090 (or 0x045090) is known color: Dark Cerulean. HEX triplet: 04, 50 and 90. RGB value is (4,80,144). Sum of RGB (Red+Green+Blue) = 4+80+144=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #045090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045090 is #FBAF6F. Grayscale: #404040. Windows color (decimal): -16494448 or 9457668. OLE color: 9457668.
HSL color Cylindrical-coordinate representation of color #045090: hue angle of 207.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 #045090 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 80 | 144 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.44 |
| HSL | 207.43º | 0.95% | 0.29% | - |
| HSV(B) | 207.43º | 0.97% | 0.56% | - |
| XYZ | 7.95 | 7.78 | 27.47 | - |
| YUV | 64.57 | 172.82 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 144 | 0.97 | 0.44 | 0 | 0.44 | 207.43 | 0.95 | 0.29 |
| Hex | 4 | 50 | 90 | 61 | 2C | 0 | 2C | CF | 5F | 1D |
| Octal | 4 | 120 | 220 | 141 | 54 | 0 | 54 | 317 | 137 | 35 |
| Binary | 100 | 1010000 | 10010000 | 1100001 | 101100 | 0 | 101100 | 11001111 | 1011111 | 11101 |
Color Harmonies of #045090
Complementary color
Monochromatic Colors of #045090
Black with #045090
Text Example
Text Example
White with #045090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045090; }
p { color: rgb(4,80,144); }
H1.HeaderClassName
{
color: #045090;
}
.AnyTagClassName
{
color: #045090;
}
</style>
background-color css
<style>
a { background-color: #045090; }
a { background-color: rgb(4,80,144); }
div.DivClassName
{
background-color: #045090;
}
.BgClassName
{
background-color: #045090;
}
</style>
border-color css
<style>
span { border-color: #045090; }
span { border-color: rgb(4,80,144); }
td.TdClassName
{
border-color: #045090;
}
.TagClassName
{
border-color: #045090;
}
</style>