Shades of Cerulean #016397
Tints of Cerulean #016397
RGB
CMYK
RGB Variations
Color information
#016397 (or 0x016397) is known color: Cerulean. HEX triplet: 01, 63 and 97. RGB value is (1,99,151). Sum of RGB (Red+Green+Blue) = 1+99+151=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #016397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016397 is #FE9C68. Grayscale: #4B4B4B. Windows color (decimal): -16686185 or 9921281. OLE color: 9921281.
HSL color Cylindrical-coordinate representation of color #016397: hue angle of 200.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016397 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 99 | 151 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.41 |
| HSL | 200.8º | 0.99% | 0.3% | - |
| HSV(B) | 200.8º | 0.99% | 0.59% | - |
| XYZ | 10.06 | 11.16 | 30.9 | - |
| YUV | 75.63 | 170.53 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 151 | 0.99 | 0.34 | 0 | 0.41 | 200.8 | 0.99 | 0.3 |
| Hex | 1 | 63 | 97 | 63 | 22 | 0 | 29 | C9 | 63 | 1E |
| Octal | 1 | 143 | 227 | 143 | 42 | 0 | 51 | 311 | 143 | 36 |
| Binary | 1 | 1100011 | 10010111 | 1100011 | 100010 | 0 | 101001 | 11001001 | 1100011 | 11110 |
Color Harmonies of #016397
Complementary color
Monochromatic Colors of #016397
Black with #016397
Text Example
Text Example
White with #016397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016397; }
p { color: rgb(1,99,151); }
H1.HeaderClassName
{
color: #016397;
}
.AnyTagClassName
{
color: #016397;
}
</style>
background-color css
<style>
a { background-color: #016397; }
a { background-color: rgb(1,99,151); }
div.DivClassName
{
background-color: #016397;
}
.BgClassName
{
background-color: #016397;
}
</style>
border-color css
<style>
span { border-color: #016397; }
span { border-color: rgb(1,99,151); }
td.TdClassName
{
border-color: #016397;
}
.TagClassName
{
border-color: #016397;
}
</style>