Shades of Endeavour #166197
Tints of Endeavour #166197
RGB
CMYK
RGB Variations
Color information
#166197 (or 0x166197) is known color: Endeavour. HEX triplet: 16, 61 and 97. RGB value is (22,97,151). Sum of RGB (Red+Green+Blue) = 22+97+151=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #166197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166197 is #E99E68. Grayscale: #505050. Windows color (decimal): -15310441 or 9920790. OLE color: 9920790.
HSL color Cylindrical-coordinate representation of color #166197: hue angle of 205.12º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166197 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 97 | 151 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.41 |
| HSL | 205.12º | 0.75% | 0.34% | - |
| HSV(B) | 205.12º | 0.85% | 0.59% | - |
| XYZ | 10.19 | 10.95 | 30.86 | - |
| YUV | 80.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 151 | 0.85 | 0.36 | 0 | 0.41 | 205.12 | 0.75 | 0.34 |
| Hex | 16 | 61 | 97 | 55 | 24 | 0 | 29 | CD | 4B | 22 |
| Octal | 26 | 141 | 227 | 125 | 44 | 0 | 51 | 315 | 113 | 42 |
| Binary | 10110 | 1100001 | 10010111 | 1010101 | 100100 | 0 | 101001 | 11001101 | 1001011 | 100010 |
Color Harmonies of #166197
Complementary color
Monochromatic Colors of #166197
Black with #166197
Text Example
Text Example
White with #166197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166197; }
p { color: rgb(22,97,151); }
H1.HeaderClassName
{
color: #166197;
}
.AnyTagClassName
{
color: #166197;
}
</style>
background-color css
<style>
a { background-color: #166197; }
a { background-color: rgb(22,97,151); }
div.DivClassName
{
background-color: #166197;
}
.BgClassName
{
background-color: #166197;
}
</style>
border-color css
<style>
span { border-color: #166197; }
span { border-color: rgb(22,97,151); }
td.TdClassName
{
border-color: #166197;
}
.TagClassName
{
border-color: #166197;
}
</style>