Shades of Endeavour #166695
Tints of Endeavour #166695
RGB
CMYK
RGB Variations
Color information
#166695 (or 0x166695) is known color: Endeavour. HEX triplet: 16, 66 and 95. RGB value is (22,102,149). Sum of RGB (Red+Green+Blue) = 22+102+149=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #166695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166695 is #E9996A. Grayscale: #535353. Windows color (decimal): -15309163 or 9790998. OLE color: 9790998.
HSL color Cylindrical-coordinate representation of color #166695: hue angle of 202.2º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166695 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 102 | 149 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.42 |
| HSL | 202.2º | 0.74% | 0.34% | - |
| HSV(B) | 202.2º | 0.85% | 0.58% | - |
| XYZ | 10.51 | 11.84 | 30.17 | - |
| YUV | 83.44 | 165 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 149 | 0.85 | 0.32 | 0 | 0.42 | 202.2 | 0.74 | 0.34 |
| Hex | 16 | 66 | 95 | 55 | 20 | 0 | 2A | CA | 4A | 22 |
| Octal | 26 | 146 | 225 | 125 | 40 | 0 | 52 | 312 | 112 | 42 |
| Binary | 10110 | 1100110 | 10010101 | 1010101 | 100000 | 0 | 101010 | 11001010 | 1001010 | 100010 |
Color Harmonies of #166695
Complementary color
Monochromatic Colors of #166695
Black with #166695
Text Example
Text Example
White with #166695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166695; }
p { color: rgb(22,102,149); }
H1.HeaderClassName
{
color: #166695;
}
.AnyTagClassName
{
color: #166695;
}
</style>
background-color css
<style>
a { background-color: #166695; }
a { background-color: rgb(22,102,149); }
div.DivClassName
{
background-color: #166695;
}
.BgClassName
{
background-color: #166695;
}
</style>
border-color css
<style>
span { border-color: #166695; }
span { border-color: rgb(22,102,149); }
td.TdClassName
{
border-color: #166695;
}
.TagClassName
{
border-color: #166695;
}
</style>