Shades of Endeavour #166291
Tints of Endeavour #166291
RGB
CMYK
RGB Variations
Color information
#166291 (or 0x166291) is known color: Endeavour. HEX triplet: 16, 62 and 91. RGB value is (22,98,145). Sum of RGB (Red+Green+Blue) = 22+98+145=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #166291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166291 is #E99D6E. Grayscale: #505050. Windows color (decimal): -15310191 or 9527830. OLE color: 9527830.
HSL color Cylindrical-coordinate representation of color #166291: hue angle of 202.93º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166291 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 98 | 145 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.43 |
| HSL | 202.93º | 0.74% | 0.33% | - |
| HSV(B) | 202.93º | 0.85% | 0.57% | - |
| XYZ | 9.81 | 10.95 | 28.38 | - |
| YUV | 80.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 145 | 0.85 | 0.32 | 0 | 0.43 | 202.93 | 0.74 | 0.33 |
| Hex | 16 | 62 | 91 | 55 | 20 | 0 | 2B | CB | 4A | 21 |
| Octal | 26 | 142 | 221 | 125 | 40 | 0 | 53 | 313 | 112 | 41 |
| Binary | 10110 | 1100010 | 10010001 | 1010101 | 100000 | 0 | 101011 | 11001011 | 1001010 | 100001 |
Color Harmonies of #166291
Complementary color
Monochromatic Colors of #166291
Black with #166291
Text Example
Text Example
White with #166291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166291; }
p { color: rgb(22,98,145); }
H1.HeaderClassName
{
color: #166291;
}
.AnyTagClassName
{
color: #166291;
}
</style>
background-color css
<style>
a { background-color: #166291; }
a { background-color: rgb(22,98,145); }
div.DivClassName
{
background-color: #166291;
}
.BgClassName
{
background-color: #166291;
}
</style>
border-color css
<style>
span { border-color: #166291; }
span { border-color: rgb(22,98,145); }
td.TdClassName
{
border-color: #166291;
}
.TagClassName
{
border-color: #166291;
}
</style>