Shades of Dark Cerulean #045185
Tints of Dark Cerulean #045185
RGB
CMYK
RGB Variations
Color information
#045185 (or 0x045185) is known color: Dark Cerulean. HEX triplet: 04, 51 and 85. RGB value is (4,81,133). Sum of RGB (Red+Green+Blue) = 4+81+133=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #045185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045185 is #FBAE7A. Grayscale: #3F3F3F. Windows color (decimal): -16494203 or 8737028. OLE color: 8737028.
HSL color Cylindrical-coordinate representation of color #045185: hue angle of 204.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045185 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 81 | 133 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.48 |
| HSL | 204.19º | 0.94% | 0.27% | - |
| HSV(B) | 204.19º | 0.97% | 0.52% | - |
| XYZ | 7.23 | 7.6 | 23.28 | - |
| YUV | 63.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 133 | 0.97 | 0.39 | 0 | 0.48 | 204.19 | 0.94 | 0.27 |
| Hex | 4 | 51 | 85 | 61 | 27 | 0 | 30 | CC | 5E | 1B |
| Octal | 4 | 121 | 205 | 141 | 47 | 0 | 60 | 314 | 136 | 33 |
| Binary | 100 | 1010001 | 10000101 | 1100001 | 100111 | 0 | 110000 | 11001100 | 1011110 | 11011 |
Color Harmonies of #045185
Complementary color
Monochromatic Colors of #045185
Black with #045185
Text Example
Text Example
White with #045185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045185; }
p { color: rgb(4,81,133); }
H1.HeaderClassName
{
color: #045185;
}
.AnyTagClassName
{
color: #045185;
}
</style>
background-color css
<style>
a { background-color: #045185; }
a { background-color: rgb(4,81,133); }
div.DivClassName
{
background-color: #045185;
}
.BgClassName
{
background-color: #045185;
}
</style>
border-color css
<style>
span { border-color: #045185; }
span { border-color: rgb(4,81,133); }
td.TdClassName
{
border-color: #045185;
}
.TagClassName
{
border-color: #045185;
}
</style>