Shades of Cerulean #016698
Tints of Cerulean #016698
RGB
CMYK
RGB Variations
Color information
#016698 (or 0x016698) is known color: Cerulean. HEX triplet: 01, 66 and 98. RGB value is (1,102,152). Sum of RGB (Red+Green+Blue) = 1+102+152=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #016698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016698 is #FE9967. Grayscale: #4D4D4D. Windows color (decimal): -16685416 or 9987585. OLE color: 9987585.
HSL color Cylindrical-coordinate representation of color #016698: hue angle of 199.87º 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 #016698 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 102 | 152 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.40 |
| HSL | 199.87º | 0.99% | 0.3% | - |
| HSV(B) | 199.87º | 0.99% | 0.6% | - |
| XYZ | 10.43 | 11.78 | 31.43 | - |
| YUV | 77.5 | 170.04 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 152 | 0.99 | 0.33 | 0 | 0.40 | 199.87 | 0.99 | 0.3 |
| Hex | 1 | 66 | 98 | 63 | 21 | 0 | 28 | C8 | 63 | 1E |
| Octal | 1 | 146 | 230 | 143 | 41 | 0 | 50 | 310 | 143 | 36 |
| Binary | 1 | 1100110 | 10011000 | 1100011 | 100001 | 0 | 101000 | 11001000 | 1100011 | 11110 |
Color Harmonies of #016698
Complementary color
Monochromatic Colors of #016698
Black with #016698
Text Example
Text Example
White with #016698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016698; }
p { color: rgb(1,102,152); }
H1.HeaderClassName
{
color: #016698;
}
.AnyTagClassName
{
color: #016698;
}
</style>
background-color css
<style>
a { background-color: #016698; }
a { background-color: rgb(1,102,152); }
div.DivClassName
{
background-color: #016698;
}
.BgClassName
{
background-color: #016698;
}
</style>
border-color css
<style>
span { border-color: #016698; }
span { border-color: rgb(1,102,152); }
td.TdClassName
{
border-color: #016698;
}
.TagClassName
{
border-color: #016698;
}
</style>