Shades of Cerulean #056FAC
Tints of Cerulean #056FAC
RGB
CMYK
RGB Variations
Color information
#056FAC (or 0x056FAC) is known color: Cerulean. HEX triplet: 05, 6F and AC. RGB value is (5,111,172). Sum of RGB (Red+Green+Blue) = 5+111+172=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #056FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056FAC is #FA9053. Grayscale: #555555. Windows color (decimal): -16420948 or 11300613. OLE color: 11300613.
HSL color Cylindrical-coordinate representation of color #056FAC: hue angle of 201.92º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056FAC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 111 | 172 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.33 |
| HSL | 201.92º | 0.94% | 0.35% | - |
| HSV(B) | 201.92º | 0.97% | 0.67% | - |
| XYZ | 13.19 | 14.38 | 41.11 | - |
| YUV | 86.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 172 | 0.97 | 0.35 | 0 | 0.33 | 201.92 | 0.94 | 0.35 |
| Hex | 5 | 6F | AC | 61 | 23 | 0 | 21 | CA | 5E | 23 |
| Octal | 5 | 157 | 254 | 141 | 43 | 0 | 41 | 312 | 136 | 43 |
| Binary | 101 | 1101111 | 10101100 | 1100001 | 100011 | 0 | 100001 | 11001010 | 1011110 | 100011 |
Color Harmonies of #056FAC
Complementary color
Monochromatic Colors of #056FAC
Black with #056FAC
Text Example
Text Example
White with #056FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FAC; }
p { color: rgb(5,111,172); }
H1.HeaderClassName
{
color: #056FAC;
}
.AnyTagClassName
{
color: #056FAC;
}
</style>
background-color css
<style>
a { background-color: #056FAC; }
a { background-color: rgb(5,111,172); }
div.DivClassName
{
background-color: #056FAC;
}
.BgClassName
{
background-color: #056FAC;
}
</style>
border-color css
<style>
span { border-color: #056FAC; }
span { border-color: rgb(5,111,172); }
td.TdClassName
{
border-color: #056FAC;
}
.TagClassName
{
border-color: #056FAC;
}
</style>