Shades of Cerulean #16759B
Tints of Cerulean #16759B
RGB
CMYK
RGB Variations
Color information
#16759B (or 0x16759B) is known color: Cerulean. HEX triplet: 16, 75 and 9B. RGB value is (22,117,155). Sum of RGB (Red+Green+Blue) = 22+117+155=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #16759B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16759B is #E98A64. Grayscale: #5C5C5C. Windows color (decimal): -15305317 or 10188054. OLE color: 10188054.
HSL color Cylindrical-coordinate representation of color #16759B: hue angle of 197.14º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16759B is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 117 | 155 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.39 |
| HSL | 197.14º | 0.75% | 0.35% | - |
| HSV(B) | 197.14º | 0.86% | 0.61% | - |
| XYZ | 12.61 | 15.26 | 33.29 | - |
| YUV | 92.93 | 163.03 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 155 | 0.86 | 0.25 | 0 | 0.39 | 197.14 | 0.75 | 0.35 |
| Hex | 16 | 75 | 9B | 56 | 19 | 0 | 27 | C5 | 4B | 23 |
| Octal | 26 | 165 | 233 | 126 | 31 | 0 | 47 | 305 | 113 | 43 |
| Binary | 10110 | 1110101 | 10011011 | 1010110 | 11001 | 0 | 100111 | 11000101 | 1001011 | 100011 |
Color Harmonies of #16759B
Complementary color
Monochromatic Colors of #16759B
Black with #16759B
Text Example
Text Example
White with #16759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16759B; }
p { color: rgb(22,117,155); }
H1.HeaderClassName
{
color: #16759B;
}
.AnyTagClassName
{
color: #16759B;
}
</style>
background-color css
<style>
a { background-color: #16759B; }
a { background-color: rgb(22,117,155); }
div.DivClassName
{
background-color: #16759B;
}
.BgClassName
{
background-color: #16759B;
}
</style>
border-color css
<style>
span { border-color: #16759B; }
span { border-color: rgb(22,117,155); }
td.TdClassName
{
border-color: #16759B;
}
.TagClassName
{
border-color: #16759B;
}
</style>