Shades of Cerulean #16799F
Tints of Cerulean #16799F
RGB
CMYK
RGB Variations
Color information
#16799F (or 0x16799F) is known color: Cerulean. HEX triplet: 16, 79 and 9F. RGB value is (22,121,159). Sum of RGB (Red+Green+Blue) = 22+121+159=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #16799F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16799F is #E98660. Grayscale: #5F5F5F. Windows color (decimal): -15304289 or 10451222. OLE color: 10451222.
HSL color Cylindrical-coordinate representation of color #16799F: hue angle of 196.64º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16799F is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 121 | 159 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.38 |
| HSL | 196.64º | 0.76% | 0.35% | - |
| HSV(B) | 196.64º | 0.86% | 0.62% | - |
| XYZ | 13.43 | 16.35 | 35.25 | - |
| YUV | 95.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 159 | 0.86 | 0.24 | 0 | 0.38 | 196.64 | 0.76 | 0.35 |
| Hex | 16 | 79 | 9F | 56 | 18 | 0 | 26 | C5 | 4C | 23 |
| Octal | 26 | 171 | 237 | 126 | 30 | 0 | 46 | 305 | 114 | 43 |
| Binary | 10110 | 1111001 | 10011111 | 1010110 | 11000 | 0 | 100110 | 11000101 | 1001100 | 100011 |
Color Harmonies of #16799F
Complementary color
Monochromatic Colors of #16799F
Black with #16799F
Text Example
Text Example
White with #16799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16799F; }
p { color: rgb(22,121,159); }
H1.HeaderClassName
{
color: #16799F;
}
.AnyTagClassName
{
color: #16799F;
}
</style>
background-color css
<style>
a { background-color: #16799F; }
a { background-color: rgb(22,121,159); }
div.DivClassName
{
background-color: #16799F;
}
.BgClassName
{
background-color: #16799F;
}
</style>
border-color css
<style>
span { border-color: #16799F; }
span { border-color: rgb(22,121,159); }
td.TdClassName
{
border-color: #16799F;
}
.TagClassName
{
border-color: #16799F;
}
</style>