Shades of Cerulean #16709A
Tints of Cerulean #16709A
RGB
CMYK
RGB Variations
Color information
#16709A (or 0x16709A) is known color: Cerulean. HEX triplet: 16, 70 and 9A. RGB value is (22,112,154). Sum of RGB (Red+Green+Blue) = 22+112+154=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #16709A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16709A is #E98F65. Grayscale: #595959. Windows color (decimal): -15306598 or 10121238. OLE color: 10121238.
HSL color Cylindrical-coordinate representation of color #16709A: hue angle of 199.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16709A is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 112 | 154 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.40 |
| HSL | 199.09º | 0.75% | 0.35% | - |
| HSV(B) | 199.09º | 0.86% | 0.6% | - |
| XYZ | 11.96 | 14.09 | 32.66 | - |
| YUV | 89.88 | 164.18 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 154 | 0.86 | 0.27 | 0 | 0.40 | 199.09 | 0.75 | 0.35 |
| Hex | 16 | 70 | 9A | 56 | 1B | 0 | 28 | C7 | 4B | 23 |
| Octal | 26 | 160 | 232 | 126 | 33 | 0 | 50 | 307 | 113 | 43 |
| Binary | 10110 | 1110000 | 10011010 | 1010110 | 11011 | 0 | 101000 | 11000111 | 1001011 | 100011 |
Color Harmonies of #16709A
Complementary color
Monochromatic Colors of #16709A
Black with #16709A
Text Example
Text Example
White with #16709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16709A; }
p { color: rgb(22,112,154); }
H1.HeaderClassName
{
color: #16709A;
}
.AnyTagClassName
{
color: #16709A;
}
</style>
background-color css
<style>
a { background-color: #16709A; }
a { background-color: rgb(22,112,154); }
div.DivClassName
{
background-color: #16709A;
}
.BgClassName
{
background-color: #16709A;
}
</style>
border-color css
<style>
span { border-color: #16709A; }
span { border-color: rgb(22,112,154); }
td.TdClassName
{
border-color: #16709A;
}
.TagClassName
{
border-color: #16709A;
}
</style>