Shades of Cerulean #056E8D
Tints of Cerulean #056E8D
RGB
CMYK
RGB Variations
Color information
#056E8D (or 0x056E8D) is known color: Cerulean. HEX triplet: 05, 6E and 8D. RGB value is (5,110,141). Sum of RGB (Red+Green+Blue) = 5+110+141=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #056E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E8D is #FA9172. Grayscale: #515151. Windows color (decimal): -16421235 or 9268741. OLE color: 9268741.
HSL color Cylindrical-coordinate representation of color #056E8D: hue angle of 193.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056E8D is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 110 | 141 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.45 |
| HSL | 193.68º | 0.93% | 0.29% | - |
| HSV(B) | 193.68º | 0.96% | 0.55% | - |
| XYZ | 10.45 | 13.11 | 27.18 | - |
| YUV | 82.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 141 | 0.96 | 0.22 | 0 | 0.45 | 193.68 | 0.93 | 0.29 |
| Hex | 5 | 6E | 8D | 60 | 16 | 0 | 2D | C2 | 5D | 1D |
| Octal | 5 | 156 | 215 | 140 | 26 | 0 | 55 | 302 | 135 | 35 |
| Binary | 101 | 1101110 | 10001101 | 1100000 | 10110 | 0 | 101101 | 11000010 | 1011101 | 11101 |
Color Harmonies of #056E8D
Complementary color
Monochromatic Colors of #056E8D
Black with #056E8D
Text Example
Text Example
White with #056E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E8D; }
p { color: rgb(5,110,141); }
H1.HeaderClassName
{
color: #056E8D;
}
.AnyTagClassName
{
color: #056E8D;
}
</style>
background-color css
<style>
a { background-color: #056E8D; }
a { background-color: rgb(5,110,141); }
div.DivClassName
{
background-color: #056E8D;
}
.BgClassName
{
background-color: #056E8D;
}
</style>
border-color css
<style>
span { border-color: #056E8D; }
span { border-color: rgb(5,110,141); }
td.TdClassName
{
border-color: #056E8D;
}
.TagClassName
{
border-color: #056E8D;
}
</style>