Shades of Cerulean #056BA8
Tints of Cerulean #056BA8
RGB
CMYK
RGB Variations
Color information
#056BA8 (or 0x056BA8) is known color: Cerulean. HEX triplet: 05, 6B and A8. RGB value is (5,107,168). Sum of RGB (Red+Green+Blue) = 5+107+168=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 168 (66.02% from 255 or 60% from 280); Max value from RGB is 168 - color contains mainly: blue. Hex color #056BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056BA8 is #FA9457. Grayscale: #535353. Windows color (decimal): -16421976 or 11037445. OLE color: 11037445.
HSL color Cylindrical-coordinate representation of color #056BA8: hue angle of 202.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056BA8 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 107 | 168 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.34 |
| HSL | 202.45º | 0.94% | 0.34% | - |
| HSV(B) | 202.45º | 0.97% | 0.66% | - |
| XYZ | 12.39 | 13.37 | 38.97 | - |
| YUV | 83.46 | 175.71 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 168 | 0.97 | 0.36 | 0 | 0.34 | 202.45 | 0.94 | 0.34 |
| Hex | 5 | 6B | A8 | 61 | 24 | 0 | 22 | CA | 5E | 22 |
| Octal | 5 | 153 | 250 | 141 | 44 | 0 | 42 | 312 | 136 | 42 |
| Binary | 101 | 1101011 | 10101000 | 1100001 | 100100 | 0 | 100010 | 11001010 | 1011110 | 100010 |
Color Harmonies of #056BA8
Complementary color
Monochromatic Colors of #056BA8
Black with #056BA8
Text Example
Text Example
White with #056BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BA8; }
p { color: rgb(5,107,168); }
H1.HeaderClassName
{
color: #056BA8;
}
.AnyTagClassName
{
color: #056BA8;
}
</style>
background-color css
<style>
a { background-color: #056BA8; }
a { background-color: rgb(5,107,168); }
div.DivClassName
{
background-color: #056BA8;
}
.BgClassName
{
background-color: #056BA8;
}
</style>
border-color css
<style>
span { border-color: #056BA8; }
span { border-color: rgb(5,107,168); }
td.TdClassName
{
border-color: #056BA8;
}
.TagClassName
{
border-color: #056BA8;
}
</style>