Shades of Cerulean #056691
Tints of Cerulean #056691
RGB
CMYK
RGB Variations
Color information
#056691 (or 0x056691) is known color: Cerulean. HEX triplet: 05, 66 and 91. RGB value is (5,102,145). Sum of RGB (Red+Green+Blue) = 5+102+145=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #056691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056691 is #FA996E. Grayscale: #4D4D4D. Windows color (decimal): -16423279 or 9528837. OLE color: 9528837.
HSL color Cylindrical-coordinate representation of color #056691: hue angle of 198.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056691 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 102 | 145 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.43 |
| HSL | 198.43º | 0.93% | 0.29% | - |
| HSV(B) | 198.43º | 0.97% | 0.57% | - |
| XYZ | 9.92 | 11.58 | 28.5 | - |
| YUV | 77.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 145 | 0.97 | 0.30 | 0 | 0.43 | 198.43 | 0.93 | 0.29 |
| Hex | 5 | 66 | 91 | 61 | 1E | 0 | 2B | C6 | 5D | 1D |
| Octal | 5 | 146 | 221 | 141 | 36 | 0 | 53 | 306 | 135 | 35 |
| Binary | 101 | 1100110 | 10010001 | 1100001 | 11110 | 0 | 101011 | 11000110 | 1011101 | 11101 |
Color Harmonies of #056691
Complementary color
Monochromatic Colors of #056691
Black with #056691
Text Example
Text Example
White with #056691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056691; }
p { color: rgb(5,102,145); }
H1.HeaderClassName
{
color: #056691;
}
.AnyTagClassName
{
color: #056691;
}
</style>
background-color css
<style>
a { background-color: #056691; }
a { background-color: rgb(5,102,145); }
div.DivClassName
{
background-color: #056691;
}
.BgClassName
{
background-color: #056691;
}
</style>
border-color css
<style>
span { border-color: #056691; }
span { border-color: rgb(5,102,145); }
td.TdClassName
{
border-color: #056691;
}
.TagClassName
{
border-color: #056691;
}
</style>