Shades of Endeavour #166296
Tints of Endeavour #166296
RGB
CMYK
RGB Variations
Color information
#166296 (or 0x166296) is known color: Endeavour. HEX triplet: 16, 62 and 96. RGB value is (22,98,150). Sum of RGB (Red+Green+Blue) = 22+98+150=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #166296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166296 is #E99D69. Grayscale: #505050. Windows color (decimal): -15310186 or 9855510. OLE color: 9855510.
HSL color Cylindrical-coordinate representation of color #166296: hue angle of 204.38º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166296 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 98 | 150 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.41 |
| HSL | 204.38º | 0.74% | 0.34% | - |
| HSV(B) | 204.38º | 0.85% | 0.59% | - |
| XYZ | 10.2 | 11.11 | 30.46 | - |
| YUV | 81.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 150 | 0.85 | 0.35 | 0 | 0.41 | 204.38 | 0.74 | 0.34 |
| Hex | 16 | 62 | 96 | 55 | 23 | 0 | 29 | CC | 4A | 22 |
| Octal | 26 | 142 | 226 | 125 | 43 | 0 | 51 | 314 | 112 | 42 |
| Binary | 10110 | 1100010 | 10010110 | 1010101 | 100011 | 0 | 101001 | 11001100 | 1001010 | 100010 |
Color Harmonies of #166296
Complementary color
Monochromatic Colors of #166296
Black with #166296
Text Example
Text Example
White with #166296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166296; }
p { color: rgb(22,98,150); }
H1.HeaderClassName
{
color: #166296;
}
.AnyTagClassName
{
color: #166296;
}
</style>
background-color css
<style>
a { background-color: #166296; }
a { background-color: rgb(22,98,150); }
div.DivClassName
{
background-color: #166296;
}
.BgClassName
{
background-color: #166296;
}
</style>
border-color css
<style>
span { border-color: #166296; }
span { border-color: rgb(22,98,150); }
td.TdClassName
{
border-color: #166296;
}
.TagClassName
{
border-color: #166296;
}
</style>