Shades of Cerulean #056DB1
Tints of Cerulean #056DB1
RGB
CMYK
RGB Variations
Color information
#056DB1 (or 0x056DB1) is known color: Cerulean. HEX triplet: 05, 6D and B1. RGB value is (5,109,177). Sum of RGB (Red+Green+Blue) = 5+109+177=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #056DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DB1 is #FA924E. Grayscale: #555555. Windows color (decimal): -16421455 or 11627781. OLE color: 11627781.
HSL color Cylindrical-coordinate representation of color #056DB1: hue angle of 203.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056DB1 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 109 | 177 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.31 |
| HSL | 203.72º | 0.95% | 0.36% | - |
| HSV(B) | 203.72º | 0.97% | 0.69% | - |
| XYZ | 13.47 | 14.14 | 43.62 | - |
| YUV | 85.66 | 179.54 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 177 | 0.97 | 0.38 | 0 | 0.31 | 203.72 | 0.95 | 0.36 |
| Hex | 5 | 6D | B1 | 61 | 26 | 0 | 1F | CC | 5F | 24 |
| Octal | 5 | 155 | 261 | 141 | 46 | 0 | 37 | 314 | 137 | 44 |
| Binary | 101 | 1101101 | 10110001 | 1100001 | 100110 | 0 | 11111 | 11001100 | 1011111 | 100100 |
Color Harmonies of #056DB1
Complementary color
Monochromatic Colors of #056DB1
Black with #056DB1
Text Example
Text Example
White with #056DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DB1; }
p { color: rgb(5,109,177); }
H1.HeaderClassName
{
color: #056DB1;
}
.AnyTagClassName
{
color: #056DB1;
}
</style>
background-color css
<style>
a { background-color: #056DB1; }
a { background-color: rgb(5,109,177); }
div.DivClassName
{
background-color: #056DB1;
}
.BgClassName
{
background-color: #056DB1;
}
</style>
border-color css
<style>
span { border-color: #056DB1; }
span { border-color: rgb(5,109,177); }
td.TdClassName
{
border-color: #056DB1;
}
.TagClassName
{
border-color: #056DB1;
}
</style>