Shades of Cerulean #016C94
Tints of Cerulean #016C94
RGB
CMYK
RGB Variations
Color information
#016C94 (or 0x016C94) is known color: Cerulean. HEX triplet: 01, 6C and 94. RGB value is (1,108,148). Sum of RGB (Red+Green+Blue) = 1+108+148=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #016C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C94 is #FE936B. Grayscale: #505050. Windows color (decimal): -16683884 or 9726977. OLE color: 9726977.
HSL color Cylindrical-coordinate representation of color #016C94: hue angle of 196.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C94 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 108 | 148 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.42 |
| HSL | 196.33º | 0.99% | 0.29% | - |
| HSV(B) | 196.33º | 0.99% | 0.58% | - |
| XYZ | 10.72 | 12.87 | 29.94 | - |
| YUV | 80.57 | 166.05 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 148 | 0.99 | 0.27 | 0 | 0.42 | 196.33 | 0.99 | 0.29 |
| Hex | 1 | 6C | 94 | 63 | 1B | 0 | 2A | C4 | 63 | 1D |
| Octal | 1 | 154 | 224 | 143 | 33 | 0 | 52 | 304 | 143 | 35 |
| Binary | 1 | 1101100 | 10010100 | 1100011 | 11011 | 0 | 101010 | 11000100 | 1100011 | 11101 |
Color Harmonies of #016C94
Complementary color
Monochromatic Colors of #016C94
Black with #016C94
Text Example
Text Example
White with #016C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C94; }
p { color: rgb(1,108,148); }
H1.HeaderClassName
{
color: #016C94;
}
.AnyTagClassName
{
color: #016C94;
}
</style>
background-color css
<style>
a { background-color: #016C94; }
a { background-color: rgb(1,108,148); }
div.DivClassName
{
background-color: #016C94;
}
.BgClassName
{
background-color: #016C94;
}
</style>
border-color css
<style>
span { border-color: #016C94; }
span { border-color: rgb(1,108,148); }
td.TdClassName
{
border-color: #016C94;
}
.TagClassName
{
border-color: #016C94;
}
</style>