Shades of Cerulean #016C9C
Tints of Cerulean #016C9C
RGB
CMYK
RGB Variations
Color information
#016C9C (or 0x016C9C) is known color: Cerulean. HEX triplet: 01, 6C and 9C. RGB value is (1,108,156). Sum of RGB (Red+Green+Blue) = 1+108+156=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #016C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C9C is #FE9363. Grayscale: #515151. Windows color (decimal): -16683876 or 10251265. OLE color: 10251265.
HSL color Cylindrical-coordinate representation of color #016C9C: hue angle of 198.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C9C is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 108 | 156 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.39 |
| HSL | 198.58º | 0.99% | 0.31% | - |
| HSV(B) | 198.58º | 0.99% | 0.61% | - |
| XYZ | 11.38 | 13.13 | 33.39 | - |
| YUV | 81.48 | 170.05 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 156 | 0.99 | 0.31 | 0 | 0.39 | 198.58 | 0.99 | 0.31 |
| Hex | 1 | 6C | 9C | 63 | 1F | 0 | 27 | C7 | 63 | 1F |
| Octal | 1 | 154 | 234 | 143 | 37 | 0 | 47 | 307 | 143 | 37 |
| Binary | 1 | 1101100 | 10011100 | 1100011 | 11111 | 0 | 100111 | 11000111 | 1100011 | 11111 |
Color Harmonies of #016C9C
Complementary color
Monochromatic Colors of #016C9C
Black with #016C9C
Text Example
Text Example
White with #016C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C9C; }
p { color: rgb(1,108,156); }
H1.HeaderClassName
{
color: #016C9C;
}
.AnyTagClassName
{
color: #016C9C;
}
</style>
background-color css
<style>
a { background-color: #016C9C; }
a { background-color: rgb(1,108,156); }
div.DivClassName
{
background-color: #016C9C;
}
.BgClassName
{
background-color: #016C9C;
}
</style>
border-color css
<style>
span { border-color: #016C9C; }
span { border-color: rgb(1,108,156); }
td.TdClassName
{
border-color: #016C9C;
}
.TagClassName
{
border-color: #016C9C;
}
</style>