Shades of Cerulean #056DA2
Tints of Cerulean #056DA2
RGB
CMYK
RGB Variations
Color information
#056DA2 (or 0x056DA2) is known color: Cerulean. HEX triplet: 05, 6D and A2. RGB value is (5,109,162). Sum of RGB (Red+Green+Blue) = 5+109+162=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #056DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DA2 is #FA925D. Grayscale: #535353. Windows color (decimal): -16421470 or 10644741. OLE color: 10644741.
HSL color Cylindrical-coordinate representation of color #056DA2: hue angle of 200.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056DA2 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 109 | 162 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.36 |
| HSL | 200.25º | 0.94% | 0.33% | - |
| HSV(B) | 200.25º | 0.97% | 0.64% | - |
| XYZ | 12.05 | 13.58 | 36.17 | - |
| YUV | 83.95 | 172.04 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 162 | 0.97 | 0.33 | 0 | 0.36 | 200.25 | 0.94 | 0.33 |
| Hex | 5 | 6D | A2 | 61 | 21 | 0 | 24 | C8 | 5E | 21 |
| Octal | 5 | 155 | 242 | 141 | 41 | 0 | 44 | 310 | 136 | 41 |
| Binary | 101 | 1101101 | 10100010 | 1100001 | 100001 | 0 | 100100 | 11001000 | 1011110 | 100001 |
Color Harmonies of #056DA2
Complementary color
Monochromatic Colors of #056DA2
Black with #056DA2
Text Example
Text Example
White with #056DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DA2; }
p { color: rgb(5,109,162); }
H1.HeaderClassName
{
color: #056DA2;
}
.AnyTagClassName
{
color: #056DA2;
}
</style>
background-color css
<style>
a { background-color: #056DA2; }
a { background-color: rgb(5,109,162); }
div.DivClassName
{
background-color: #056DA2;
}
.BgClassName
{
background-color: #056DA2;
}
</style>
border-color css
<style>
span { border-color: #056DA2; }
span { border-color: rgb(5,109,162); }
td.TdClassName
{
border-color: #056DA2;
}
.TagClassName
{
border-color: #056DA2;
}
</style>