Shades of Cerulean #016AAD
Tints of Cerulean #016AAD
RGB
CMYK
RGB Variations
Color information
#016AAD (or 0x016AAD) is known color: Cerulean. HEX triplet: 01, 6A and AD. RGB value is (1,106,173). Sum of RGB (Red+Green+Blue) = 1+106+173=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #016AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016AAD is #FE9552. Grayscale: #515151. Windows color (decimal): -16684371 or 11364865. OLE color: 11364865.
HSL color Cylindrical-coordinate representation of color #016AAD: hue angle of 203.37º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016AAD is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 106 | 173 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.32 |
| HSL | 203.37º | 0.99% | 0.34% | - |
| HSV(B) | 203.37º | 0.99% | 0.68% | - |
| XYZ | 12.71 | 13.33 | 41.44 | - |
| YUV | 82.24 | 179.21 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 173 | 0.99 | 0.39 | 0 | 0.32 | 203.37 | 0.99 | 0.34 |
| Hex | 1 | 6A | AD | 63 | 27 | 0 | 20 | CB | 63 | 22 |
| Octal | 1 | 152 | 255 | 143 | 47 | 0 | 40 | 313 | 143 | 42 |
| Binary | 1 | 1101010 | 10101101 | 1100011 | 100111 | 0 | 100000 | 11001011 | 1100011 | 100010 |
Color Harmonies of #016AAD
Complementary color
Monochromatic Colors of #016AAD
Black with #016AAD
Text Example
Text Example
White with #016AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AAD; }
p { color: rgb(1,106,173); }
H1.HeaderClassName
{
color: #016AAD;
}
.AnyTagClassName
{
color: #016AAD;
}
</style>
background-color css
<style>
a { background-color: #016AAD; }
a { background-color: rgb(1,106,173); }
div.DivClassName
{
background-color: #016AAD;
}
.BgClassName
{
background-color: #016AAD;
}
</style>
border-color css
<style>
span { border-color: #016AAD; }
span { border-color: rgb(1,106,173); }
td.TdClassName
{
border-color: #016AAD;
}
.TagClassName
{
border-color: #016AAD;
}
</style>