Shades of Cerulean #16769A
Tints of Cerulean #16769A
RGB
CMYK
RGB Variations
Color information
#16769A (or 0x16769A) is known color: Cerulean. HEX triplet: 16, 76 and 9A. RGB value is (22,118,154). Sum of RGB (Red+Green+Blue) = 22+118+154=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #16769A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16769A is #E98965. Grayscale: #5D5D5D. Windows color (decimal): -15305062 or 10122774. OLE color: 10122774.
HSL color Cylindrical-coordinate representation of color #16769A: hue angle of 196.36º 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 #16769A is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 118 | 154 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.40 |
| HSL | 196.36º | 0.75% | 0.35% | - |
| HSV(B) | 196.36º | 0.86% | 0.6% | - |
| XYZ | 12.64 | 15.46 | 32.89 | - |
| YUV | 93.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 154 | 0.86 | 0.23 | 0 | 0.40 | 196.36 | 0.75 | 0.35 |
| Hex | 16 | 76 | 9A | 56 | 17 | 0 | 28 | C4 | 4B | 23 |
| Octal | 26 | 166 | 232 | 126 | 27 | 0 | 50 | 304 | 113 | 43 |
| Binary | 10110 | 1110110 | 10011010 | 1010110 | 10111 | 0 | 101000 | 11000100 | 1001011 | 100011 |
Color Harmonies of #16769A
Complementary color
Monochromatic Colors of #16769A
Black with #16769A
Text Example
Text Example
White with #16769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16769A; }
p { color: rgb(22,118,154); }
H1.HeaderClassName
{
color: #16769A;
}
.AnyTagClassName
{
color: #16769A;
}
</style>
background-color css
<style>
a { background-color: #16769A; }
a { background-color: rgb(22,118,154); }
div.DivClassName
{
background-color: #16769A;
}
.BgClassName
{
background-color: #16769A;
}
</style>
border-color css
<style>
span { border-color: #16769A; }
span { border-color: rgb(22,118,154); }
td.TdClassName
{
border-color: #16769A;
}
.TagClassName
{
border-color: #16769A;
}
</style>