Shades of Cerulean #016DAE
Tints of Cerulean #016DAE
RGB
CMYK
RGB Variations
Color information
#016DAE (or 0x016DAE) is known color: Cerulean. HEX triplet: 01, 6D and AE. RGB value is (1,109,174). Sum of RGB (Red+Green+Blue) = 1+109+174=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #016DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DAE is #FE9251. Grayscale: #535353. Windows color (decimal): -16683602 or 11431169. OLE color: 11431169.
HSL color Cylindrical-coordinate representation of color #016DAE: hue angle of 202.54º 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 #016DAE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 109 | 174 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.32 |
| HSL | 202.54º | 0.99% | 0.34% | - |
| HSV(B) | 202.54º | 0.99% | 0.68% | - |
| XYZ | 13.12 | 14 | 42.06 | - |
| YUV | 84.12 | 178.72 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 174 | 0.99 | 0.37 | 0 | 0.32 | 202.54 | 0.99 | 0.34 |
| Hex | 1 | 6D | AE | 63 | 25 | 0 | 20 | CB | 63 | 22 |
| Octal | 1 | 155 | 256 | 143 | 45 | 0 | 40 | 313 | 143 | 42 |
| Binary | 1 | 1101101 | 10101110 | 1100011 | 100101 | 0 | 100000 | 11001011 | 1100011 | 100010 |
Color Harmonies of #016DAE
Complementary color
Monochromatic Colors of #016DAE
Black with #016DAE
Text Example
Text Example
White with #016DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DAE; }
p { color: rgb(1,109,174); }
H1.HeaderClassName
{
color: #016DAE;
}
.AnyTagClassName
{
color: #016DAE;
}
</style>
background-color css
<style>
a { background-color: #016DAE; }
a { background-color: rgb(1,109,174); }
div.DivClassName
{
background-color: #016DAE;
}
.BgClassName
{
background-color: #016DAE;
}
</style>
border-color css
<style>
span { border-color: #016DAE; }
span { border-color: rgb(1,109,174); }
td.TdClassName
{
border-color: #016DAE;
}
.TagClassName
{
border-color: #016DAE;
}
</style>