Shades of Endeavour #166796
Tints of Endeavour #166796
RGB
CMYK
RGB Variations
Color information
#166796 (or 0x166796) is known color: Endeavour. HEX triplet: 16, 67 and 96. RGB value is (22,103,150). Sum of RGB (Red+Green+Blue) = 22+103+150=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #166796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166796 is #E99869. Grayscale: #535353. Windows color (decimal): -15308906 or 9856790. OLE color: 9856790.
HSL color Cylindrical-coordinate representation of color #166796: hue angle of 202.03º 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 #166796 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 103 | 150 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.41 |
| HSL | 202.03º | 0.74% | 0.34% | - |
| HSV(B) | 202.03º | 0.85% | 0.59% | - |
| XYZ | 10.69 | 12.07 | 30.62 | - |
| YUV | 84.14 | 165.16 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 150 | 0.85 | 0.31 | 0 | 0.41 | 202.03 | 0.74 | 0.34 |
| Hex | 16 | 67 | 96 | 55 | 1F | 0 | 29 | CA | 4A | 22 |
| Octal | 26 | 147 | 226 | 125 | 37 | 0 | 51 | 312 | 112 | 42 |
| Binary | 10110 | 1100111 | 10010110 | 1010101 | 11111 | 0 | 101001 | 11001010 | 1001010 | 100010 |
Color Harmonies of #166796
Complementary color
Monochromatic Colors of #166796
Black with #166796
Text Example
Text Example
White with #166796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166796; }
p { color: rgb(22,103,150); }
H1.HeaderClassName
{
color: #166796;
}
.AnyTagClassName
{
color: #166796;
}
</style>
background-color css
<style>
a { background-color: #166796; }
a { background-color: rgb(22,103,150); }
div.DivClassName
{
background-color: #166796;
}
.BgClassName
{
background-color: #166796;
}
</style>
border-color css
<style>
span { border-color: #166796; }
span { border-color: rgb(22,103,150); }
td.TdClassName
{
border-color: #166796;
}
.TagClassName
{
border-color: #166796;
}
</style>