Shades of Cerulean #056CA8
Tints of Cerulean #056CA8
RGB
CMYK
RGB Variations
Color information
#056CA8 (or 0x056CA8) is known color: Cerulean. HEX triplet: 05, 6C and A8. RGB value is (5,108,168). Sum of RGB (Red+Green+Blue) = 5+108+168=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #056CA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CA8 is #FA9357. Grayscale: #535353. Windows color (decimal): -16421720 or 11037701. OLE color: 11037701.
HSL color Cylindrical-coordinate representation of color #056CA8: hue angle of 202.09º 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 #056CA8 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 108 | 168 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.34 |
| HSL | 202.09º | 0.94% | 0.34% | - |
| HSV(B) | 202.09º | 0.97% | 0.66% | - |
| XYZ | 12.49 | 13.58 | 39.01 | - |
| YUV | 84.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 168 | 0.97 | 0.36 | 0 | 0.34 | 202.09 | 0.94 | 0.34 |
| Hex | 5 | 6C | A8 | 61 | 24 | 0 | 22 | CA | 5E | 22 |
| Octal | 5 | 154 | 250 | 141 | 44 | 0 | 42 | 312 | 136 | 42 |
| Binary | 101 | 1101100 | 10101000 | 1100001 | 100100 | 0 | 100010 | 11001010 | 1011110 | 100010 |
Color Harmonies of #056CA8
Complementary color
Monochromatic Colors of #056CA8
Black with #056CA8
Text Example
Text Example
White with #056CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CA8; }
p { color: rgb(5,108,168); }
H1.HeaderClassName
{
color: #056CA8;
}
.AnyTagClassName
{
color: #056CA8;
}
</style>
background-color css
<style>
a { background-color: #056CA8; }
a { background-color: rgb(5,108,168); }
div.DivClassName
{
background-color: #056CA8;
}
.BgClassName
{
background-color: #056CA8;
}
</style>
border-color css
<style>
span { border-color: #056CA8; }
span { border-color: rgb(5,108,168); }
td.TdClassName
{
border-color: #056CA8;
}
.TagClassName
{
border-color: #056CA8;
}
</style>