Shades of Cerulean #056899
Tints of Cerulean #056899
RGB
CMYK
RGB Variations
Color information
#056899 (or 0x056899) is known color: Cerulean. HEX triplet: 05, 68 and 99. RGB value is (5,104,153). Sum of RGB (Red+Green+Blue) = 5+104+153=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #056899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056899 is #FA9766. Grayscale: #4F4F4F. Windows color (decimal): -16422759 or 10053637. OLE color: 10053637.
HSL color Cylindrical-coordinate representation of color #056899: hue angle of 199.86º 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 #056899 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 104 | 153 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.4 |
| HSL | 199.86º | 0.94% | 0.31% | - |
| HSV(B) | 199.86º | 0.97% | 0.6% | - |
| XYZ | 10.76 | 12.23 | 31.93 | - |
| YUV | 79.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 153 | 0.97 | 0.32 | 0 | 0.4 | 199.86 | 0.94 | 0.31 |
| Hex | 5 | 68 | 99 | 61 | 20 | 0 | 28 | C8 | 5E | 1F |
| Octal | 5 | 150 | 231 | 141 | 40 | 0 | 50 | 310 | 136 | 37 |
| Binary | 101 | 1101000 | 10011001 | 1100001 | 100000 | 0 | 101000 | 11001000 | 1011110 | 11111 |
Color Harmonies of #056899
Complementary color
Monochromatic Colors of #056899
Black with #056899
Text Example
Text Example
White with #056899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056899; }
p { color: rgb(5,104,153); }
H1.HeaderClassName
{
color: #056899;
}
.AnyTagClassName
{
color: #056899;
}
</style>
background-color css
<style>
a { background-color: #056899; }
a { background-color: rgb(5,104,153); }
div.DivClassName
{
background-color: #056899;
}
.BgClassName
{
background-color: #056899;
}
</style>
border-color css
<style>
span { border-color: #056899; }
span { border-color: rgb(5,104,153); }
td.TdClassName
{
border-color: #056899;
}
.TagClassName
{
border-color: #056899;
}
</style>