Shades of Cerulean #016C9A
Tints of Cerulean #016C9A
RGB
CMYK
RGB Variations
Color information
#016C9A (or 0x016C9A) is known color: Cerulean. HEX triplet: 01, 6C and 9A. RGB value is (1,108,154). Sum of RGB (Red+Green+Blue) = 1+108+154=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #016C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C9A is #FE9365. Grayscale: #505050. Windows color (decimal): -16683878 or 10120193. OLE color: 10120193.
HSL color Cylindrical-coordinate representation of color #016C9A: hue angle of 198.04º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C9A is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 108 | 154 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.40 |
| HSL | 198.04º | 0.99% | 0.3% | - |
| HSV(B) | 198.04º | 0.99% | 0.6% | - |
| XYZ | 11.21 | 13.06 | 32.5 | - |
| YUV | 81.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 154 | 0.99 | 0.30 | 0 | 0.40 | 198.04 | 0.99 | 0.3 |
| Hex | 1 | 6C | 9A | 63 | 1E | 0 | 28 | C6 | 63 | 1E |
| Octal | 1 | 154 | 232 | 143 | 36 | 0 | 50 | 306 | 143 | 36 |
| Binary | 1 | 1101100 | 10011010 | 1100011 | 11110 | 0 | 101000 | 11000110 | 1100011 | 11110 |
Color Harmonies of #016C9A
Complementary color
Monochromatic Colors of #016C9A
Black with #016C9A
Text Example
Text Example
White with #016C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C9A; }
p { color: rgb(1,108,154); }
H1.HeaderClassName
{
color: #016C9A;
}
.AnyTagClassName
{
color: #016C9A;
}
</style>
background-color css
<style>
a { background-color: #016C9A; }
a { background-color: rgb(1,108,154); }
div.DivClassName
{
background-color: #016C9A;
}
.BgClassName
{
background-color: #016C9A;
}
</style>
border-color css
<style>
span { border-color: #016C9A; }
span { border-color: rgb(1,108,154); }
td.TdClassName
{
border-color: #016C9A;
}
.TagClassName
{
border-color: #016C9A;
}
</style>