Shades of Cerulean #056AAD
Tints of Cerulean #056AAD
RGB
CMYK
RGB Variations
Color information
#056AAD (or 0x056AAD) is known color: Cerulean. HEX triplet: 05, 6A and AD. RGB value is (5,106,173). Sum of RGB (Red+Green+Blue) = 5+106+173=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #056AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAD is #FA9552. Grayscale: #535353. Windows color (decimal): -16422227 or 11364869. OLE color: 11364869.
HSL color Cylindrical-coordinate representation of color #056AAD: hue angle of 203.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056AAD is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 106 | 173 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.32 |
| HSL | 203.93º | 0.94% | 0.35% | - |
| HSV(B) | 203.93º | 0.97% | 0.68% | - |
| XYZ | 12.76 | 13.36 | 41.44 | - |
| YUV | 83.44 | 178.54 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 173 | 0.97 | 0.39 | 0 | 0.32 | 203.93 | 0.94 | 0.35 |
| Hex | 5 | 6A | AD | 61 | 27 | 0 | 20 | CC | 5E | 23 |
| Octal | 5 | 152 | 255 | 141 | 47 | 0 | 40 | 314 | 136 | 43 |
| Binary | 101 | 1101010 | 10101101 | 1100001 | 100111 | 0 | 100000 | 11001100 | 1011110 | 100011 |
Color Harmonies of #056AAD
Complementary color
Monochromatic Colors of #056AAD
Black with #056AAD
Text Example
Text Example
White with #056AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056AAD; }
p { color: rgb(5,106,173); }
H1.HeaderClassName
{
color: #056AAD;
}
.AnyTagClassName
{
color: #056AAD;
}
</style>
background-color css
<style>
a { background-color: #056AAD; }
a { background-color: rgb(5,106,173); }
div.DivClassName
{
background-color: #056AAD;
}
.BgClassName
{
background-color: #056AAD;
}
</style>
border-color css
<style>
span { border-color: #056AAD; }
span { border-color: rgb(5,106,173); }
td.TdClassName
{
border-color: #056AAD;
}
.TagClassName
{
border-color: #056AAD;
}
</style>