Shades of Cerulean #016C9D
Tints of Cerulean #016C9D
RGB
CMYK
RGB Variations
Color information
#016C9D (or 0x016C9D) is known color: Cerulean. HEX triplet: 01, 6C and 9D. RGB value is (1,108,157). Sum of RGB (Red+Green+Blue) = 1+108+157=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #016C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C9D is #FE9362. Grayscale: #515151. Windows color (decimal): -16683875 or 10316801. OLE color: 10316801.
HSL color Cylindrical-coordinate representation of color #016C9D: hue angle of 198.85º 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 #016C9D is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 108 | 157 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.38 |
| HSL | 198.85º | 0.99% | 0.31% | - |
| HSV(B) | 198.85º | 0.99% | 0.62% | - |
| XYZ | 11.46 | 13.17 | 33.84 | - |
| YUV | 81.59 | 170.55 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 157 | 0.99 | 0.31 | 0 | 0.38 | 198.85 | 0.99 | 0.31 |
| Hex | 1 | 6C | 9D | 63 | 1F | 0 | 26 | C7 | 63 | 1F |
| Octal | 1 | 154 | 235 | 143 | 37 | 0 | 46 | 307 | 143 | 37 |
| Binary | 1 | 1101100 | 10011101 | 1100011 | 11111 | 0 | 100110 | 11000111 | 1100011 | 11111 |
Color Harmonies of #016C9D
Complementary color
Monochromatic Colors of #016C9D
Black with #016C9D
Text Example
Text Example
White with #016C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C9D; }
p { color: rgb(1,108,157); }
H1.HeaderClassName
{
color: #016C9D;
}
.AnyTagClassName
{
color: #016C9D;
}
</style>
background-color css
<style>
a { background-color: #016C9D; }
a { background-color: rgb(1,108,157); }
div.DivClassName
{
background-color: #016C9D;
}
.BgClassName
{
background-color: #016C9D;
}
</style>
border-color css
<style>
span { border-color: #016C9D; }
span { border-color: rgb(1,108,157); }
td.TdClassName
{
border-color: #016C9D;
}
.TagClassName
{
border-color: #016C9D;
}
</style>