Shades of Cerulean #016299
Tints of Cerulean #016299
RGB
CMYK
RGB Variations
Color information
#016299 (or 0x016299) is known color: Cerulean. HEX triplet: 01, 62 and 99. RGB value is (1,98,153). Sum of RGB (Red+Green+Blue) = 1+98+153=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #016299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016299 is #FE9D66. Grayscale: #4A4A4A. Windows color (decimal): -16686439 or 10052097. OLE color: 10052097.
HSL color Cylindrical-coordinate representation of color #016299: hue angle of 201.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016299 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 98 | 153 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.4 |
| HSL | 201.71º | 0.99% | 0.3% | - |
| HSV(B) | 201.71º | 0.99% | 0.6% | - |
| XYZ | 10.13 | 11.04 | 31.73 | - |
| YUV | 75.27 | 171.86 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 153 | 0.99 | 0.36 | 0 | 0.4 | 201.71 | 0.99 | 0.3 |
| Hex | 1 | 62 | 99 | 63 | 24 | 0 | 28 | CA | 63 | 1E |
| Octal | 1 | 142 | 231 | 143 | 44 | 0 | 50 | 312 | 143 | 36 |
| Binary | 1 | 1100010 | 10011001 | 1100011 | 100100 | 0 | 101000 | 11001010 | 1100011 | 11110 |
Color Harmonies of #016299
Complementary color
Monochromatic Colors of #016299
Black with #016299
Text Example
Text Example
White with #016299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016299; }
p { color: rgb(1,98,153); }
H1.HeaderClassName
{
color: #016299;
}
.AnyTagClassName
{
color: #016299;
}
</style>
background-color css
<style>
a { background-color: #016299; }
a { background-color: rgb(1,98,153); }
div.DivClassName
{
background-color: #016299;
}
.BgClassName
{
background-color: #016299;
}
</style>
border-color css
<style>
span { border-color: #016299; }
span { border-color: rgb(1,98,153); }
td.TdClassName
{
border-color: #016299;
}
.TagClassName
{
border-color: #016299;
}
</style>