Shades of Cerulean #016A9F
Tints of Cerulean #016A9F
RGB
CMYK
RGB Variations
Color information
#016A9F (or 0x016A9F) is known color: Cerulean. HEX triplet: 01, 6A and 9F. RGB value is (1,106,159). Sum of RGB (Red+Green+Blue) = 1+106+159=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #016A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A9F is #FE9560. Grayscale: #505050. Windows color (decimal): -16684385 or 10447361. OLE color: 10447361.
HSL color Cylindrical-coordinate representation of color #016A9F: hue angle of 200.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A9F is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 106 | 159 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.38 |
| HSL | 200.13º | 0.99% | 0.31% | - |
| HSV(B) | 200.13º | 0.99% | 0.62% | - |
| XYZ | 11.42 | 12.82 | 34.67 | - |
| YUV | 80.65 | 172.21 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 159 | 0.99 | 0.33 | 0 | 0.38 | 200.13 | 0.99 | 0.31 |
| Hex | 1 | 6A | 9F | 63 | 21 | 0 | 26 | C8 | 63 | 1F |
| Octal | 1 | 152 | 237 | 143 | 41 | 0 | 46 | 310 | 143 | 37 |
| Binary | 1 | 1101010 | 10011111 | 1100011 | 100001 | 0 | 100110 | 11001000 | 1100011 | 11111 |
Color Harmonies of #016A9F
Complementary color
Monochromatic Colors of #016A9F
Black with #016A9F
Text Example
Text Example
White with #016A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A9F; }
p { color: rgb(1,106,159); }
H1.HeaderClassName
{
color: #016A9F;
}
.AnyTagClassName
{
color: #016A9F;
}
</style>
background-color css
<style>
a { background-color: #016A9F; }
a { background-color: rgb(1,106,159); }
div.DivClassName
{
background-color: #016A9F;
}
.BgClassName
{
background-color: #016A9F;
}
</style>
border-color css
<style>
span { border-color: #016A9F; }
span { border-color: rgb(1,106,159); }
td.TdClassName
{
border-color: #016A9F;
}
.TagClassName
{
border-color: #016A9F;
}
</style>