Shades of Cerulean #16769E
Tints of Cerulean #16769E
RGB
CMYK
RGB Variations
Color information
#16769E (or 0x16769E) is known color: Cerulean. HEX triplet: 16, 76 and 9E. RGB value is (22,118,158). Sum of RGB (Red+Green+Blue) = 22+118+158=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #16769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16769E is #E98961. Grayscale: #5D5D5D. Windows color (decimal): -15305058 or 10384918. OLE color: 10384918.
HSL color Cylindrical-coordinate representation of color #16769E: hue angle of 197.65º 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 #16769E is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 118 | 158 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.38 |
| HSL | 197.65º | 0.76% | 0.35% | - |
| HSV(B) | 197.65º | 0.86% | 0.62% | - |
| XYZ | 12.98 | 15.6 | 34.67 | - |
| YUV | 93.86 | 164.2 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 158 | 0.86 | 0.25 | 0 | 0.38 | 197.65 | 0.76 | 0.35 |
| Hex | 16 | 76 | 9E | 56 | 19 | 0 | 26 | C6 | 4C | 23 |
| Octal | 26 | 166 | 236 | 126 | 31 | 0 | 46 | 306 | 114 | 43 |
| Binary | 10110 | 1110110 | 10011110 | 1010110 | 11001 | 0 | 100110 | 11000110 | 1001100 | 100011 |
Color Harmonies of #16769E
Complementary color
Monochromatic Colors of #16769E
Black with #16769E
Text Example
Text Example
White with #16769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16769E; }
p { color: rgb(22,118,158); }
H1.HeaderClassName
{
color: #16769E;
}
.AnyTagClassName
{
color: #16769E;
}
</style>
background-color css
<style>
a { background-color: #16769E; }
a { background-color: rgb(22,118,158); }
div.DivClassName
{
background-color: #16769E;
}
.BgClassName
{
background-color: #16769E;
}
</style>
border-color css
<style>
span { border-color: #16769E; }
span { border-color: rgb(22,118,158); }
td.TdClassName
{
border-color: #16769E;
}
.TagClassName
{
border-color: #16769E;
}
</style>