Shades of Endeavour #166194
Tints of Endeavour #166194
RGB
CMYK
RGB Variations
Color information
#166194 (or 0x166194) is known color: Endeavour. HEX triplet: 16, 61 and 94. RGB value is (22,97,148). Sum of RGB (Red+Green+Blue) = 22+97+148=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #166194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166194 is #E99E6B. Grayscale: #505050. Windows color (decimal): -15310444 or 9724182. OLE color: 9724182.
HSL color Cylindrical-coordinate representation of color #166194: hue angle of 204.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166194 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 97 | 148 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.42 |
| HSL | 204.29º | 0.74% | 0.33% | - |
| HSV(B) | 204.29º | 0.85% | 0.58% | - |
| XYZ | 9.95 | 10.86 | 29.59 | - |
| YUV | 80.39 | 166.15 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 148 | 0.85 | 0.34 | 0 | 0.42 | 204.29 | 0.74 | 0.33 |
| Hex | 16 | 61 | 94 | 55 | 22 | 0 | 2A | CC | 4A | 21 |
| Octal | 26 | 141 | 224 | 125 | 42 | 0 | 52 | 314 | 112 | 41 |
| Binary | 10110 | 1100001 | 10010100 | 1010101 | 100010 | 0 | 101010 | 11001100 | 1001010 | 100001 |
Color Harmonies of #166194
Complementary color
Monochromatic Colors of #166194
Black with #166194
Text Example
Text Example
White with #166194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166194; }
p { color: rgb(22,97,148); }
H1.HeaderClassName
{
color: #166194;
}
.AnyTagClassName
{
color: #166194;
}
</style>
background-color css
<style>
a { background-color: #166194; }
a { background-color: rgb(22,97,148); }
div.DivClassName
{
background-color: #166194;
}
.BgClassName
{
background-color: #166194;
}
</style>
border-color css
<style>
span { border-color: #166194; }
span { border-color: rgb(22,97,148); }
td.TdClassName
{
border-color: #166194;
}
.TagClassName
{
border-color: #166194;
}
</style>