Shades of Cerulean #056AAA
Tints of Cerulean #056AAA
RGB
CMYK
RGB Variations
Color information
#056AAA (or 0x056AAA) is known color: Cerulean. HEX triplet: 05, 6A and AA. RGB value is (5,106,170). Sum of RGB (Red+Green+Blue) = 5+106+170=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #056AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAA is #FA9555. Grayscale: #525252. Windows color (decimal): -16422230 or 11168261. OLE color: 11168261.
HSL color Cylindrical-coordinate representation of color #056AAA: hue angle of 203.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056AAA is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 106 | 170 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.33 |
| HSL | 203.27º | 0.94% | 0.34% | - |
| HSV(B) | 203.27º | 0.97% | 0.67% | - |
| XYZ | 12.47 | 13.24 | 39.93 | - |
| YUV | 83.1 | 177.04 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 170 | 0.97 | 0.38 | 0 | 0.33 | 203.27 | 0.94 | 0.34 |
| Hex | 5 | 6A | AA | 61 | 26 | 0 | 21 | CB | 5E | 22 |
| Octal | 5 | 152 | 252 | 141 | 46 | 0 | 41 | 313 | 136 | 42 |
| Binary | 101 | 1101010 | 10101010 | 1100001 | 100110 | 0 | 100001 | 11001011 | 1011110 | 100010 |
Color Harmonies of #056AAA
Complementary color
Monochromatic Colors of #056AAA
Black with #056AAA
Text Example
Text Example
White with #056AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056AAA; }
p { color: rgb(5,106,170); }
H1.HeaderClassName
{
color: #056AAA;
}
.AnyTagClassName
{
color: #056AAA;
}
</style>
background-color css
<style>
a { background-color: #056AAA; }
a { background-color: rgb(5,106,170); }
div.DivClassName
{
background-color: #056AAA;
}
.BgClassName
{
background-color: #056AAA;
}
</style>
border-color css
<style>
span { border-color: #056AAA; }
span { border-color: rgb(5,106,170); }
td.TdClassName
{
border-color: #056AAA;
}
.TagClassName
{
border-color: #056AAA;
}
</style>