Shades of Cerulean #056DA5
Tints of Cerulean #056DA5
RGB
CMYK
RGB Variations
Color information
#056DA5 (or 0x056DA5) is known color: Cerulean. HEX triplet: 05, 6D and A5. RGB value is (5,109,165). Sum of RGB (Red+Green+Blue) = 5+109+165=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #056DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DA5 is #FA925A. Grayscale: #535353. Windows color (decimal): -16421467 or 10841349. OLE color: 10841349.
HSL color Cylindrical-coordinate representation of color #056DA5: hue angle of 201º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056DA5 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 109 | 165 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.35 |
| HSL | 201º | 0.94% | 0.33% | - |
| HSV(B) | 201º | 0.97% | 0.65% | - |
| XYZ | 12.32 | 13.69 | 37.59 | - |
| YUV | 84.29 | 173.54 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 165 | 0.97 | 0.34 | 0 | 0.35 | 201 | 0.94 | 0.33 |
| Hex | 5 | 6D | A5 | 61 | 22 | 0 | 23 | C9 | 5E | 21 |
| Octal | 5 | 155 | 245 | 141 | 42 | 0 | 43 | 311 | 136 | 41 |
| Binary | 101 | 1101101 | 10100101 | 1100001 | 100010 | 0 | 100011 | 11001001 | 1011110 | 100001 |
Color Harmonies of #056DA5
Complementary color
Monochromatic Colors of #056DA5
Black with #056DA5
Text Example
Text Example
White with #056DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DA5; }
p { color: rgb(5,109,165); }
H1.HeaderClassName
{
color: #056DA5;
}
.AnyTagClassName
{
color: #056DA5;
}
</style>
background-color css
<style>
a { background-color: #056DA5; }
a { background-color: rgb(5,109,165); }
div.DivClassName
{
background-color: #056DA5;
}
.BgClassName
{
background-color: #056DA5;
}
</style>
border-color css
<style>
span { border-color: #056DA5; }
span { border-color: rgb(5,109,165); }
td.TdClassName
{
border-color: #056DA5;
}
.TagClassName
{
border-color: #056DA5;
}
</style>