Shades of Cerulean #056A99
Tints of Cerulean #056A99
RGB
CMYK
RGB Variations
Color information
#056A99 (or 0x056A99) is known color: Cerulean. HEX triplet: 05, 6A and 99. RGB value is (5,106,153). Sum of RGB (Red+Green+Blue) = 5+106+153=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #056A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A99 is #FA9566. Grayscale: #505050. Windows color (decimal): -16422247 or 10054149. OLE color: 10054149.
HSL color Cylindrical-coordinate representation of color #056A99: hue angle of 199.05º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056A99 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 106 | 153 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.4 |
| HSL | 199.05º | 0.94% | 0.31% | - |
| HSV(B) | 199.05º | 0.97% | 0.6% | - |
| XYZ | 10.97 | 12.64 | 32 | - |
| YUV | 81.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 153 | 0.97 | 0.31 | 0 | 0.4 | 199.05 | 0.94 | 0.31 |
| Hex | 5 | 6A | 99 | 61 | 1F | 0 | 28 | C7 | 5E | 1F |
| Octal | 5 | 152 | 231 | 141 | 37 | 0 | 50 | 307 | 136 | 37 |
| Binary | 101 | 1101010 | 10011001 | 1100001 | 11111 | 0 | 101000 | 11000111 | 1011110 | 11111 |
Color Harmonies of #056A99
Complementary color
Monochromatic Colors of #056A99
Black with #056A99
Text Example
Text Example
White with #056A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A99; }
p { color: rgb(5,106,153); }
H1.HeaderClassName
{
color: #056A99;
}
.AnyTagClassName
{
color: #056A99;
}
</style>
background-color css
<style>
a { background-color: #056A99; }
a { background-color: rgb(5,106,153); }
div.DivClassName
{
background-color: #056A99;
}
.BgClassName
{
background-color: #056A99;
}
</style>
border-color css
<style>
span { border-color: #056A99; }
span { border-color: rgb(5,106,153); }
td.TdClassName
{
border-color: #056A99;
}
.TagClassName
{
border-color: #056A99;
}
</style>