Shades of Dark Cerulean #055A8F
Tints of Dark Cerulean #055A8F
RGB
CMYK
RGB Variations
Color information
#055A8F (or 0x055A8F) is known color: Dark Cerulean. HEX triplet: 05, 5A and 8F. RGB value is (5,90,143). Sum of RGB (Red+Green+Blue) = 5+90+143=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #055A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A8F is #FAA570. Grayscale: #464646. Windows color (decimal): -16426353 or 9394693. OLE color: 9394693.
HSL color Cylindrical-coordinate representation of color #055A8F: hue angle of 203.04º degrees, saturation: 0.93, 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 #055A8F is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 90 | 143 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.44 |
| HSL | 203.04º | 0.93% | 0.29% | - |
| HSV(B) | 203.04º | 0.97% | 0.56% | - |
| XYZ | 8.68 | 9.33 | 27.33 | - |
| YUV | 70.63 | 168.84 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 143 | 0.97 | 0.37 | 0 | 0.44 | 203.04 | 0.93 | 0.29 |
| Hex | 5 | 5A | 8F | 61 | 25 | 0 | 2C | CB | 5D | 1D |
| Octal | 5 | 132 | 217 | 141 | 45 | 0 | 54 | 313 | 135 | 35 |
| Binary | 101 | 1011010 | 10001111 | 1100001 | 100101 | 0 | 101100 | 11001011 | 1011101 | 11101 |
Color Harmonies of #055A8F
Complementary color
Monochromatic Colors of #055A8F
Black with #055A8F
Text Example
Text Example
White with #055A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A8F; }
p { color: rgb(5,90,143); }
H1.HeaderClassName
{
color: #055A8F;
}
.AnyTagClassName
{
color: #055A8F;
}
</style>
background-color css
<style>
a { background-color: #055A8F; }
a { background-color: rgb(5,90,143); }
div.DivClassName
{
background-color: #055A8F;
}
.BgClassName
{
background-color: #055A8F;
}
</style>
border-color css
<style>
span { border-color: #055A8F; }
span { border-color: rgb(5,90,143); }
td.TdClassName
{
border-color: #055A8F;
}
.TagClassName
{
border-color: #055A8F;
}
</style>