Shades of Cerulean #056FA2
Tints of Cerulean #056FA2
RGB
CMYK
RGB Variations
Color information
#056FA2 (or 0x056FA2) is known color: Cerulean. HEX triplet: 05, 6F and A2. RGB value is (5,111,162). Sum of RGB (Red+Green+Blue) = 5+111+162=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #056FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056FA2 is #FA905D. Grayscale: #545454. Windows color (decimal): -16420958 or 10645253. OLE color: 10645253.
HSL color Cylindrical-coordinate representation of color #056FA2: hue angle of 199.49º 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 #056FA2 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 111 | 162 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.36 |
| HSL | 199.49º | 0.94% | 0.33% | - |
| HSV(B) | 199.49º | 0.97% | 0.64% | - |
| XYZ | 12.27 | 14.01 | 36.24 | - |
| YUV | 85.12 | 171.38 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 162 | 0.97 | 0.31 | 0 | 0.36 | 199.49 | 0.94 | 0.33 |
| Hex | 5 | 6F | A2 | 61 | 1F | 0 | 24 | C7 | 5E | 21 |
| Octal | 5 | 157 | 242 | 141 | 37 | 0 | 44 | 307 | 136 | 41 |
| Binary | 101 | 1101111 | 10100010 | 1100001 | 11111 | 0 | 100100 | 11000111 | 1011110 | 100001 |
Color Harmonies of #056FA2
Complementary color
Monochromatic Colors of #056FA2
Black with #056FA2
Text Example
Text Example
White with #056FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FA2; }
p { color: rgb(5,111,162); }
H1.HeaderClassName
{
color: #056FA2;
}
.AnyTagClassName
{
color: #056FA2;
}
</style>
background-color css
<style>
a { background-color: #056FA2; }
a { background-color: rgb(5,111,162); }
div.DivClassName
{
background-color: #056FA2;
}
.BgClassName
{
background-color: #056FA2;
}
</style>
border-color css
<style>
span { border-color: #056FA2; }
span { border-color: rgb(5,111,162); }
td.TdClassName
{
border-color: #056FA2;
}
.TagClassName
{
border-color: #056FA2;
}
</style>