Shades of Dark Cerulean #045F90
Tints of Dark Cerulean #045F90
RGB
CMYK
RGB Variations
Color information
#045F90 (or 0x045F90) is known color: Dark Cerulean. HEX triplet: 04, 5F and 90. RGB value is (4,95,144). Sum of RGB (Red+Green+Blue) = 4+95+144=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #045F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045F90 is #FBA06F. Grayscale: #494949. Windows color (decimal): -16490608 or 9461508. OLE color: 9461508.
HSL color Cylindrical-coordinate representation of color #045F90: hue angle of 201º 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 #045F90 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 95 | 144 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.44 |
| HSL | 201º | 0.95% | 0.29% | - |
| HSV(B) | 201º | 0.97% | 0.56% | - |
| XYZ | 9.18 | 10.22 | 27.88 | - |
| YUV | 73.38 | 167.85 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 144 | 0.97 | 0.34 | 0 | 0.44 | 201 | 0.95 | 0.29 |
| Hex | 4 | 5F | 90 | 61 | 22 | 0 | 2C | C9 | 5F | 1D |
| Octal | 4 | 137 | 220 | 141 | 42 | 0 | 54 | 311 | 137 | 35 |
| Binary | 100 | 1011111 | 10010000 | 1100001 | 100010 | 0 | 101100 | 11001001 | 1011111 | 11101 |
Color Harmonies of #045F90
Complementary color
Monochromatic Colors of #045F90
Black with #045F90
Text Example
Text Example
White with #045F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045F90; }
p { color: rgb(4,95,144); }
H1.HeaderClassName
{
color: #045F90;
}
.AnyTagClassName
{
color: #045F90;
}
</style>
background-color css
<style>
a { background-color: #045F90; }
a { background-color: rgb(4,95,144); }
div.DivClassName
{
background-color: #045F90;
}
.BgClassName
{
background-color: #045F90;
}
</style>
border-color css
<style>
span { border-color: #045F90; }
span { border-color: rgb(4,95,144); }
td.TdClassName
{
border-color: #045F90;
}
.TagClassName
{
border-color: #045F90;
}
</style>