Shades of Dark Cerulean #045173
Tints of Dark Cerulean #045173
RGB
CMYK
RGB Variations
Color information
#045173 (or 0x045173) is known color: Dark Cerulean. HEX triplet: 04, 51 and 73. RGB value is (4,81,115). Sum of RGB (Red+Green+Blue) = 4+81+115=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #045173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045173 is #FBAE8C. Grayscale: #3D3D3D. Windows color (decimal): -16494221 or 7557380. OLE color: 7557380.
HSL color Cylindrical-coordinate representation of color #045173: hue angle of 198.38º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045173 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 81 | 115 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.55 |
| HSL | 198.38º | 0.93% | 0.23% | - |
| HSV(B) | 198.38º | 0.97% | 0.45% | - |
| XYZ | 6.09 | 7.15 | 17.28 | - |
| YUV | 61.85 | 157.99 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 115 | 0.97 | 0.30 | 0 | 0.55 | 198.38 | 0.93 | 0.23 |
| Hex | 4 | 51 | 73 | 61 | 1E | 0 | 37 | C6 | 5D | 17 |
| Octal | 4 | 121 | 163 | 141 | 36 | 0 | 67 | 306 | 135 | 27 |
| Binary | 100 | 1010001 | 1110011 | 1100001 | 11110 | 0 | 110111 | 11000110 | 1011101 | 10111 |
Color Harmonies of #045173
Complementary color
Monochromatic Colors of #045173
Black with #045173
Text Example
Text Example
White with #045173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045173; }
p { color: rgb(4,81,115); }
H1.HeaderClassName
{
color: #045173;
}
.AnyTagClassName
{
color: #045173;
}
</style>
background-color css
<style>
a { background-color: #045173; }
a { background-color: rgb(4,81,115); }
div.DivClassName
{
background-color: #045173;
}
.BgClassName
{
background-color: #045173;
}
</style>
border-color css
<style>
span { border-color: #045173; }
span { border-color: rgb(4,81,115); }
td.TdClassName
{
border-color: #045173;
}
.TagClassName
{
border-color: #045173;
}
</style>