Shades of Cerulean #016191
Tints of Cerulean #016191
RGB
CMYK
RGB Variations
Color information
#016191 (or 0x016191) is known color: Cerulean. HEX triplet: 01, 61 and 91. RGB value is (1,97,145). Sum of RGB (Red+Green+Blue) = 1+97+145=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #016191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016191 is #FE9E6E. Grayscale: #494949. Windows color (decimal): -16686703 or 9527553. OLE color: 9527553.
HSL color Cylindrical-coordinate representation of color #016191: hue angle of 200º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016191 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 97 | 145 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.43 |
| HSL | 200º | 0.99% | 0.29% | - |
| HSV(B) | 200º | 0.99% | 0.57% | - |
| XYZ | 9.4 | 10.6 | 28.34 | - |
| YUV | 73.77 | 168.2 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 145 | 0.99 | 0.33 | 0 | 0.43 | 200 | 0.99 | 0.29 |
| Hex | 1 | 61 | 91 | 63 | 21 | 0 | 2B | C8 | 63 | 1D |
| Octal | 1 | 141 | 221 | 143 | 41 | 0 | 53 | 310 | 143 | 35 |
| Binary | 1 | 1100001 | 10010001 | 1100011 | 100001 | 0 | 101011 | 11001000 | 1100011 | 11101 |
Color Harmonies of #016191
Complementary color
Monochromatic Colors of #016191
Black with #016191
Text Example
Text Example
White with #016191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016191; }
p { color: rgb(1,97,145); }
H1.HeaderClassName
{
color: #016191;
}
.AnyTagClassName
{
color: #016191;
}
</style>
background-color css
<style>
a { background-color: #016191; }
a { background-color: rgb(1,97,145); }
div.DivClassName
{
background-color: #016191;
}
.BgClassName
{
background-color: #016191;
}
</style>
border-color css
<style>
span { border-color: #016191; }
span { border-color: rgb(1,97,145); }
td.TdClassName
{
border-color: #016191;
}
.TagClassName
{
border-color: #016191;
}
</style>