Shades of Cerulean #016C9B
Tints of Cerulean #016C9B
RGB
CMYK
RGB Variations
Color information
#016C9B (or 0x016C9B) is known color: Cerulean. HEX triplet: 01, 6C and 9B. RGB value is (1,108,155). Sum of RGB (Red+Green+Blue) = 1+108+155=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #016C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C9B is #FE9364. Grayscale: #515151. Windows color (decimal): -16683877 or 10185729. OLE color: 10185729.
HSL color Cylindrical-coordinate representation of color #016C9B: hue angle of 198.31º 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 #016C9B is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 108 | 155 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.39 |
| HSL | 198.31º | 0.99% | 0.31% | - |
| HSV(B) | 198.31º | 0.99% | 0.61% | - |
| XYZ | 11.29 | 13.1 | 32.94 | - |
| YUV | 81.37 | 169.55 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 155 | 0.99 | 0.30 | 0 | 0.39 | 198.31 | 0.99 | 0.31 |
| Hex | 1 | 6C | 9B | 63 | 1E | 0 | 27 | C6 | 63 | 1F |
| Octal | 1 | 154 | 233 | 143 | 36 | 0 | 47 | 306 | 143 | 37 |
| Binary | 1 | 1101100 | 10011011 | 1100011 | 11110 | 0 | 100111 | 11000110 | 1100011 | 11111 |
Color Harmonies of #016C9B
Complementary color
Monochromatic Colors of #016C9B
Black with #016C9B
Text Example
Text Example
White with #016C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C9B; }
p { color: rgb(1,108,155); }
H1.HeaderClassName
{
color: #016C9B;
}
.AnyTagClassName
{
color: #016C9B;
}
</style>
background-color css
<style>
a { background-color: #016C9B; }
a { background-color: rgb(1,108,155); }
div.DivClassName
{
background-color: #016C9B;
}
.BgClassName
{
background-color: #016C9B;
}
</style>
border-color css
<style>
span { border-color: #016C9B; }
span { border-color: rgb(1,108,155); }
td.TdClassName
{
border-color: #016C9B;
}
.TagClassName
{
border-color: #016C9B;
}
</style>