Shades of Cerulean #056C8F
Tints of Cerulean #056C8F
RGB
CMYK
RGB Variations
Color information
#056C8F (or 0x056C8F) is known color: Cerulean. HEX triplet: 05, 6C and 8F. RGB value is (5,108,143). Sum of RGB (Red+Green+Blue) = 5+108+143=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #056C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C8F is #FA9370. Grayscale: #505050. Windows color (decimal): -16421745 or 9399301. OLE color: 9399301.
HSL color Cylindrical-coordinate representation of color #056C8F: hue angle of 195.22º 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 #056C8F is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 108 | 143 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.44 |
| HSL | 195.22º | 0.93% | 0.29% | - |
| HSV(B) | 195.22º | 0.97% | 0.56% | - |
| XYZ | 10.38 | 12.74 | 27.9 | - |
| YUV | 81.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 143 | 0.97 | 0.24 | 0 | 0.44 | 195.22 | 0.93 | 0.29 |
| Hex | 5 | 6C | 8F | 61 | 18 | 0 | 2C | C3 | 5D | 1D |
| Octal | 5 | 154 | 217 | 141 | 30 | 0 | 54 | 303 | 135 | 35 |
| Binary | 101 | 1101100 | 10001111 | 1100001 | 11000 | 0 | 101100 | 11000011 | 1011101 | 11101 |
Color Harmonies of #056C8F
Complementary color
Monochromatic Colors of #056C8F
Black with #056C8F
Text Example
Text Example
White with #056C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C8F; }
p { color: rgb(5,108,143); }
H1.HeaderClassName
{
color: #056C8F;
}
.AnyTagClassName
{
color: #056C8F;
}
</style>
background-color css
<style>
a { background-color: #056C8F; }
a { background-color: rgb(5,108,143); }
div.DivClassName
{
background-color: #056C8F;
}
.BgClassName
{
background-color: #056C8F;
}
</style>
border-color css
<style>
span { border-color: #056C8F; }
span { border-color: rgb(5,108,143); }
td.TdClassName
{
border-color: #056C8F;
}
.TagClassName
{
border-color: #056C8F;
}
</style>