Shades of Endeavour #166390
Tints of Endeavour #166390
RGB
CMYK
RGB Variations
Color information
#166390 (or 0x166390) is known color: Endeavour. HEX triplet: 16, 63 and 90. RGB value is (22,99,144). Sum of RGB (Red+Green+Blue) = 22+99+144=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #166390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166390 is #E99C6F. Grayscale: #505050. Windows color (decimal): -15309936 or 9462550. OLE color: 9462550.
HSL color Cylindrical-coordinate representation of color #166390: hue angle of 202.13º 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 #166390 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 99 | 144 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.44 |
| HSL | 202.13º | 0.73% | 0.33% | - |
| HSV(B) | 202.13º | 0.85% | 0.56% | - |
| XYZ | 9.83 | 11.11 | 28.01 | - |
| YUV | 81.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 144 | 0.85 | 0.31 | 0 | 0.44 | 202.13 | 0.73 | 0.33 |
| Hex | 16 | 63 | 90 | 55 | 1F | 0 | 2C | CA | 49 | 21 |
| Octal | 26 | 143 | 220 | 125 | 37 | 0 | 54 | 312 | 111 | 41 |
| Binary | 10110 | 1100011 | 10010000 | 1010101 | 11111 | 0 | 101100 | 11001010 | 1001001 | 100001 |
Color Harmonies of #166390
Complementary color
Monochromatic Colors of #166390
Black with #166390
Text Example
Text Example
White with #166390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166390; }
p { color: rgb(22,99,144); }
H1.HeaderClassName
{
color: #166390;
}
.AnyTagClassName
{
color: #166390;
}
</style>
background-color css
<style>
a { background-color: #166390; }
a { background-color: rgb(22,99,144); }
div.DivClassName
{
background-color: #166390;
}
.BgClassName
{
background-color: #166390;
}
</style>
border-color css
<style>
span { border-color: #166390; }
span { border-color: rgb(22,99,144); }
td.TdClassName
{
border-color: #166390;
}
.TagClassName
{
border-color: #166390;
}
</style>