Shades of Dark Cerulean #055E8C
Tints of Dark Cerulean #055E8C
RGB
CMYK
RGB Variations
Color information
#055E8C (or 0x055E8C) is known color: Dark Cerulean. HEX triplet: 05, 5E and 8C. RGB value is (5,94,140). Sum of RGB (Red+Green+Blue) = 5+94+140=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #055E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055E8C is #FAA173. Grayscale: #484848. Windows color (decimal): -16425332 or 9199109. OLE color: 9199109.
HSL color Cylindrical-coordinate representation of color #055E8C: hue angle of 200.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055E8C is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 94 | 140 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.45 |
| HSL | 200.44º | 0.93% | 0.28% | - |
| HSV(B) | 200.44º | 0.96% | 0.55% | - |
| XYZ | 8.8 | 9.93 | 26.26 | - |
| YUV | 72.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 140 | 0.96 | 0.33 | 0 | 0.45 | 200.44 | 0.93 | 0.28 |
| Hex | 5 | 5E | 8C | 60 | 21 | 0 | 2D | C8 | 5D | 1C |
| Octal | 5 | 136 | 214 | 140 | 41 | 0 | 55 | 310 | 135 | 34 |
| Binary | 101 | 1011110 | 10001100 | 1100000 | 100001 | 0 | 101101 | 11001000 | 1011101 | 11100 |
Color Harmonies of #055E8C
Complementary color
Monochromatic Colors of #055E8C
Black with #055E8C
Text Example
Text Example
White with #055E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E8C; }
p { color: rgb(5,94,140); }
H1.HeaderClassName
{
color: #055E8C;
}
.AnyTagClassName
{
color: #055E8C;
}
</style>
background-color css
<style>
a { background-color: #055E8C; }
a { background-color: rgb(5,94,140); }
div.DivClassName
{
background-color: #055E8C;
}
.BgClassName
{
background-color: #055E8C;
}
</style>
border-color css
<style>
span { border-color: #055E8C; }
span { border-color: rgb(5,94,140); }
td.TdClassName
{
border-color: #055E8C;
}
.TagClassName
{
border-color: #055E8C;
}
</style>