Shades of Cerulean #056599
Tints of Cerulean #056599
RGB
CMYK
RGB Variations
Color information
#056599 (or 0x056599) is known color: Cerulean. HEX triplet: 05, 65 and 99. RGB value is (5,101,153). Sum of RGB (Red+Green+Blue) = 5+101+153=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #056599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056599 is #FA9A66. Grayscale: #4D4D4D. Windows color (decimal): -16423527 or 10052869. OLE color: 10052869.
HSL color Cylindrical-coordinate representation of color #056599: hue angle of 201.08º 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 #056599 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 101 | 153 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.4 |
| HSL | 201.08º | 0.94% | 0.31% | - |
| HSV(B) | 201.08º | 0.97% | 0.6% | - |
| XYZ | 10.47 | 11.64 | 31.83 | - |
| YUV | 78.22 | 170.2 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 153 | 0.97 | 0.34 | 0 | 0.4 | 201.08 | 0.94 | 0.31 |
| Hex | 5 | 65 | 99 | 61 | 22 | 0 | 28 | C9 | 5E | 1F |
| Octal | 5 | 145 | 231 | 141 | 42 | 0 | 50 | 311 | 136 | 37 |
| Binary | 101 | 1100101 | 10011001 | 1100001 | 100010 | 0 | 101000 | 11001001 | 1011110 | 11111 |
Color Harmonies of #056599
Complementary color
Monochromatic Colors of #056599
Black with #056599
Text Example
Text Example
White with #056599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056599; }
p { color: rgb(5,101,153); }
H1.HeaderClassName
{
color: #056599;
}
.AnyTagClassName
{
color: #056599;
}
</style>
background-color css
<style>
a { background-color: #056599; }
a { background-color: rgb(5,101,153); }
div.DivClassName
{
background-color: #056599;
}
.BgClassName
{
background-color: #056599;
}
</style>
border-color css
<style>
span { border-color: #056599; }
span { border-color: rgb(5,101,153); }
td.TdClassName
{
border-color: #056599;
}
.TagClassName
{
border-color: #056599;
}
</style>