Shades of Dark Cerulean #045172
Tints of Dark Cerulean #045172
RGB
CMYK
RGB Variations
Color information
#045172 (or 0x045172) is known color: Dark Cerulean. HEX triplet: 04, 51 and 72. RGB value is (4,81,114). Sum of RGB (Red+Green+Blue) = 4+81+114=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #045172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045172 is #FBAE8D. Grayscale: #3D3D3D. Windows color (decimal): -16494222 or 7491844. OLE color: 7491844.
HSL color Cylindrical-coordinate representation of color #045172: hue angle of 198º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045172 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 81 | 114 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.55 |
| HSL | 198º | 0.93% | 0.23% | - |
| HSV(B) | 198º | 0.96% | 0.45% | - |
| XYZ | 6.03 | 7.13 | 16.98 | - |
| YUV | 61.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 114 | 0.96 | 0.29 | 0 | 0.55 | 198 | 0.93 | 0.23 |
| Hex | 4 | 51 | 72 | 60 | 1D | 0 | 37 | C6 | 5D | 17 |
| Octal | 4 | 121 | 162 | 140 | 35 | 0 | 67 | 306 | 135 | 27 |
| Binary | 100 | 1010001 | 1110010 | 1100000 | 11101 | 0 | 110111 | 11000110 | 1011101 | 10111 |
Color Harmonies of #045172
Complementary color
Monochromatic Colors of #045172
Black with #045172
Text Example
Text Example
White with #045172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045172; }
p { color: rgb(4,81,114); }
H1.HeaderClassName
{
color: #045172;
}
.AnyTagClassName
{
color: #045172;
}
</style>
background-color css
<style>
a { background-color: #045172; }
a { background-color: rgb(4,81,114); }
div.DivClassName
{
background-color: #045172;
}
.BgClassName
{
background-color: #045172;
}
</style>
border-color css
<style>
span { border-color: #045172; }
span { border-color: rgb(4,81,114); }
td.TdClassName
{
border-color: #045172;
}
.TagClassName
{
border-color: #045172;
}
</style>