Shades of Cerulean #056D8D
Tints of Cerulean #056D8D
RGB
CMYK
RGB Variations
Color information
#056D8D (or 0x056D8D) is known color: Cerulean. HEX triplet: 05, 6D and 8D. RGB value is (5,109,141). Sum of RGB (Red+Green+Blue) = 5+109+141=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #056D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D8D is #FA9272. Grayscale: #515151. Windows color (decimal): -16421491 or 9268485. OLE color: 9268485.
HSL color Cylindrical-coordinate representation of color #056D8D: hue angle of 194.12º 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 #056D8D is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 109 | 141 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.45 |
| HSL | 194.12º | 0.93% | 0.29% | - |
| HSV(B) | 194.12º | 0.96% | 0.55% | - |
| XYZ | 10.34 | 12.89 | 27.14 | - |
| YUV | 81.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 141 | 0.96 | 0.23 | 0 | 0.45 | 194.12 | 0.93 | 0.29 |
| Hex | 5 | 6D | 8D | 60 | 17 | 0 | 2D | C2 | 5D | 1D |
| Octal | 5 | 155 | 215 | 140 | 27 | 0 | 55 | 302 | 135 | 35 |
| Binary | 101 | 1101101 | 10001101 | 1100000 | 10111 | 0 | 101101 | 11000010 | 1011101 | 11101 |
Color Harmonies of #056D8D
Complementary color
Monochromatic Colors of #056D8D
Black with #056D8D
Text Example
Text Example
White with #056D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D8D; }
p { color: rgb(5,109,141); }
H1.HeaderClassName
{
color: #056D8D;
}
.AnyTagClassName
{
color: #056D8D;
}
</style>
background-color css
<style>
a { background-color: #056D8D; }
a { background-color: rgb(5,109,141); }
div.DivClassName
{
background-color: #056D8D;
}
.BgClassName
{
background-color: #056D8D;
}
</style>
border-color css
<style>
span { border-color: #056D8D; }
span { border-color: rgb(5,109,141); }
td.TdClassName
{
border-color: #056D8D;
}
.TagClassName
{
border-color: #056D8D;
}
</style>