Shades of Cerulean #016F93
Tints of Cerulean #016F93
RGB
CMYK
RGB Variations
Color information
#016F93 (or 0x016F93) is known color: Cerulean. HEX triplet: 01, 6F and 93. RGB value is (1,111,147). Sum of RGB (Red+Green+Blue) = 1+111+147=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #016F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F93 is #FE906C. Grayscale: #515151. Windows color (decimal): -16683117 or 9662209. OLE color: 9662209.
HSL color Cylindrical-coordinate representation of color #016F93: hue angle of 194.79º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F93 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 111 | 147 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.42 |
| HSL | 194.79º | 0.99% | 0.29% | - |
| HSV(B) | 194.79º | 0.99% | 0.58% | - |
| XYZ | 10.96 | 13.48 | 29.63 | - |
| YUV | 82.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 147 | 0.99 | 0.24 | 0 | 0.42 | 194.79 | 0.99 | 0.29 |
| Hex | 1 | 6F | 93 | 63 | 18 | 0 | 2A | C3 | 63 | 1D |
| Octal | 1 | 157 | 223 | 143 | 30 | 0 | 52 | 303 | 143 | 35 |
| Binary | 1 | 1101111 | 10010011 | 1100011 | 11000 | 0 | 101010 | 11000011 | 1100011 | 11101 |
Color Harmonies of #016F93
Complementary color
Monochromatic Colors of #016F93
Black with #016F93
Text Example
Text Example
White with #016F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F93; }
p { color: rgb(1,111,147); }
H1.HeaderClassName
{
color: #016F93;
}
.AnyTagClassName
{
color: #016F93;
}
</style>
background-color css
<style>
a { background-color: #016F93; }
a { background-color: rgb(1,111,147); }
div.DivClassName
{
background-color: #016F93;
}
.BgClassName
{
background-color: #016F93;
}
</style>
border-color css
<style>
span { border-color: #016F93; }
span { border-color: rgb(1,111,147); }
td.TdClassName
{
border-color: #016F93;
}
.TagClassName
{
border-color: #016F93;
}
</style>