Shades of Cerulean #056DB5
Tints of Cerulean #056DB5
RGB
CMYK
RGB Variations
Color information
#056DB5 (or 0x056DB5) is known color: Cerulean. HEX triplet: 05, 6D and B5. RGB value is (5,109,181). Sum of RGB (Red+Green+Blue) = 5+109+181=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #056DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DB5 is #FA924A. Grayscale: #555555. Windows color (decimal): -16421451 or 11889925. OLE color: 11889925.
HSL color Cylindrical-coordinate representation of color #056DB5: hue angle of 204.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056DB5 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 109 | 181 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.29 |
| HSL | 204.55º | 0.95% | 0.36% | - |
| HSV(B) | 204.55º | 0.97% | 0.71% | - |
| XYZ | 13.87 | 14.31 | 45.75 | - |
| YUV | 86.11 | 181.54 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 181 | 0.97 | 0.40 | 0 | 0.29 | 204.55 | 0.95 | 0.36 |
| Hex | 5 | 6D | B5 | 61 | 28 | 0 | 1D | CD | 5F | 24 |
| Octal | 5 | 155 | 265 | 141 | 50 | 0 | 35 | 315 | 137 | 44 |
| Binary | 101 | 1101101 | 10110101 | 1100001 | 101000 | 0 | 11101 | 11001101 | 1011111 | 100100 |
Color Harmonies of #056DB5
Complementary color
Monochromatic Colors of #056DB5
Black with #056DB5
Text Example
Text Example
White with #056DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DB5; }
p { color: rgb(5,109,181); }
H1.HeaderClassName
{
color: #056DB5;
}
.AnyTagClassName
{
color: #056DB5;
}
</style>
background-color css
<style>
a { background-color: #056DB5; }
a { background-color: rgb(5,109,181); }
div.DivClassName
{
background-color: #056DB5;
}
.BgClassName
{
background-color: #056DB5;
}
</style>
border-color css
<style>
span { border-color: #056DB5; }
span { border-color: rgb(5,109,181); }
td.TdClassName
{
border-color: #056DB5;
}
.TagClassName
{
border-color: #056DB5;
}
</style>