Shades of Cerulean #016190
Tints of Cerulean #016190
RGB
CMYK
RGB Variations
Color information
#016190 (or 0x016190) is known color: Cerulean. HEX triplet: 01, 61 and 90. RGB value is (1,97,144). Sum of RGB (Red+Green+Blue) = 1+97+144=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #016190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016190 is #FE9E6F. Grayscale: #494949. Windows color (decimal): -16686704 or 9462017. OLE color: 9462017.
HSL color Cylindrical-coordinate representation of color #016190: hue angle of 199.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016190 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 97 | 144 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.44 |
| HSL | 199.72º | 0.99% | 0.28% | - |
| HSV(B) | 199.72º | 0.99% | 0.56% | - |
| XYZ | 9.32 | 10.57 | 27.93 | - |
| YUV | 73.65 | 167.7 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 144 | 0.99 | 0.33 | 0 | 0.44 | 199.72 | 0.99 | 0.28 |
| Hex | 1 | 61 | 90 | 63 | 21 | 0 | 2C | C8 | 63 | 1C |
| Octal | 1 | 141 | 220 | 143 | 41 | 0 | 54 | 310 | 143 | 34 |
| Binary | 1 | 1100001 | 10010000 | 1100011 | 100001 | 0 | 101100 | 11001000 | 1100011 | 11100 |
Color Harmonies of #016190
Complementary color
Monochromatic Colors of #016190
Black with #016190
Text Example
Text Example
White with #016190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016190; }
p { color: rgb(1,97,144); }
H1.HeaderClassName
{
color: #016190;
}
.AnyTagClassName
{
color: #016190;
}
</style>
background-color css
<style>
a { background-color: #016190; }
a { background-color: rgb(1,97,144); }
div.DivClassName
{
background-color: #016190;
}
.BgClassName
{
background-color: #016190;
}
</style>
border-color css
<style>
span { border-color: #016190; }
span { border-color: rgb(1,97,144); }
td.TdClassName
{
border-color: #016190;
}
.TagClassName
{
border-color: #016190;
}
</style>