Shades of Endeavour #166190
Tints of Endeavour #166190
RGB
CMYK
RGB Variations
Color information
#166190 (or 0x166190) is known color: Endeavour. HEX triplet: 16, 61 and 90. RGB value is (22,97,144). Sum of RGB (Red+Green+Blue) = 22+97+144=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #166190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166190 is #E99E6F. Grayscale: #4F4F4F. Windows color (decimal): -15310448 or 9462038. OLE color: 9462038.
HSL color Cylindrical-coordinate representation of color #166190: hue angle of 203.11º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166190 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 97 | 144 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.44 |
| HSL | 203.11º | 0.73% | 0.33% | - |
| HSV(B) | 203.11º | 0.85% | 0.56% | - |
| XYZ | 9.64 | 10.73 | 27.95 | - |
| YUV | 79.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 144 | 0.85 | 0.33 | 0 | 0.44 | 203.11 | 0.73 | 0.33 |
| Hex | 16 | 61 | 90 | 55 | 21 | 0 | 2C | CB | 49 | 21 |
| Octal | 26 | 141 | 220 | 125 | 41 | 0 | 54 | 313 | 111 | 41 |
| Binary | 10110 | 1100001 | 10010000 | 1010101 | 100001 | 0 | 101100 | 11001011 | 1001001 | 100001 |
Color Harmonies of #166190
Complementary color
Monochromatic Colors of #166190
Black with #166190
Text Example
Text Example
White with #166190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166190; }
p { color: rgb(22,97,144); }
H1.HeaderClassName
{
color: #166190;
}
.AnyTagClassName
{
color: #166190;
}
</style>
background-color css
<style>
a { background-color: #166190; }
a { background-color: rgb(22,97,144); }
div.DivClassName
{
background-color: #166190;
}
.BgClassName
{
background-color: #166190;
}
</style>
border-color css
<style>
span { border-color: #166190; }
span { border-color: rgb(22,97,144); }
td.TdClassName
{
border-color: #166190;
}
.TagClassName
{
border-color: #166190;
}
</style>