Shades of Cerulean #016390
Tints of Cerulean #016390
RGB
CMYK
RGB Variations
Color information
#016390 (or 0x016390) is known color: Cerulean. HEX triplet: 01, 63 and 90. RGB value is (1,99,144). Sum of RGB (Red+Green+Blue) = 1+99+144=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #016390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016390 is #FE9C6F. Grayscale: #4A4A4A. Windows color (decimal): -16686192 or 9462529. OLE color: 9462529.
HSL color Cylindrical-coordinate representation of color #016390: hue angle of 198.88º 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 #016390 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 99 | 144 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.44 |
| HSL | 198.88º | 0.99% | 0.28% | - |
| HSV(B) | 198.88º | 0.99% | 0.56% | - |
| XYZ | 9.51 | 10.94 | 28 | - |
| YUV | 74.83 | 167.03 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 144 | 0.99 | 0.31 | 0 | 0.44 | 198.88 | 0.99 | 0.28 |
| Hex | 1 | 63 | 90 | 63 | 1F | 0 | 2C | C7 | 63 | 1C |
| Octal | 1 | 143 | 220 | 143 | 37 | 0 | 54 | 307 | 143 | 34 |
| Binary | 1 | 1100011 | 10010000 | 1100011 | 11111 | 0 | 101100 | 11000111 | 1100011 | 11100 |
Color Harmonies of #016390
Complementary color
Monochromatic Colors of #016390
Black with #016390
Text Example
Text Example
White with #016390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016390; }
p { color: rgb(1,99,144); }
H1.HeaderClassName
{
color: #016390;
}
.AnyTagClassName
{
color: #016390;
}
</style>
background-color css
<style>
a { background-color: #016390; }
a { background-color: rgb(1,99,144); }
div.DivClassName
{
background-color: #016390;
}
.BgClassName
{
background-color: #016390;
}
</style>
border-color css
<style>
span { border-color: #016390; }
span { border-color: rgb(1,99,144); }
td.TdClassName
{
border-color: #016390;
}
.TagClassName
{
border-color: #016390;
}
</style>