Shades of Dark Cerulean #045E8E
Tints of Dark Cerulean #045E8E
RGB
CMYK
RGB Variations
Color information
#045E8E (or 0x045E8E) is known color: Dark Cerulean. HEX triplet: 04, 5E and 8E. RGB value is (4,94,142). Sum of RGB (Red+Green+Blue) = 4+94+142=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #045E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045E8E is #FBA171. Grayscale: #484848. Windows color (decimal): -16490866 or 9330180. OLE color: 9330180.
HSL color Cylindrical-coordinate representation of color #045E8E: hue angle of 200.87º 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 #045E8E is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 94 | 142 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.44 |
| HSL | 200.87º | 0.95% | 0.29% | - |
| HSV(B) | 200.87º | 0.97% | 0.56% | - |
| XYZ | 8.94 | 9.98 | 27.05 | - |
| YUV | 72.56 | 167.18 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 142 | 0.97 | 0.34 | 0 | 0.44 | 200.87 | 0.95 | 0.29 |
| Hex | 4 | 5E | 8E | 61 | 22 | 0 | 2C | C9 | 5F | 1D |
| Octal | 4 | 136 | 216 | 141 | 42 | 0 | 54 | 311 | 137 | 35 |
| Binary | 100 | 1011110 | 10001110 | 1100001 | 100010 | 0 | 101100 | 11001001 | 1011111 | 11101 |
Color Harmonies of #045E8E
Complementary color
Monochromatic Colors of #045E8E
Black with #045E8E
Text Example
Text Example
White with #045E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E8E; }
p { color: rgb(4,94,142); }
H1.HeaderClassName
{
color: #045E8E;
}
.AnyTagClassName
{
color: #045E8E;
}
</style>
background-color css
<style>
a { background-color: #045E8E; }
a { background-color: rgb(4,94,142); }
div.DivClassName
{
background-color: #045E8E;
}
.BgClassName
{
background-color: #045E8E;
}
</style>
border-color css
<style>
span { border-color: #045E8E; }
span { border-color: rgb(4,94,142); }
td.TdClassName
{
border-color: #045E8E;
}
.TagClassName
{
border-color: #045E8E;
}
</style>