Shades of Endeavour #165796
Tints of Endeavour #165796
RGB
CMYK
RGB Variations
Color information
#165796 (or 0x165796) is known color: Endeavour. HEX triplet: 16, 57 and 96. RGB value is (22,87,150). Sum of RGB (Red+Green+Blue) = 22+87+150=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #165796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165796 is #E9A869. Grayscale: #4A4A4A. Windows color (decimal): -15313002 or 9852694. OLE color: 9852694.
HSL color Cylindrical-coordinate representation of color #165796: hue angle of 209.53º 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 #165796 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 87 | 150 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.41 |
| HSL | 209.53º | 0.74% | 0.34% | - |
| HSV(B) | 209.53º | 0.85% | 0.59% | - |
| XYZ | 9.24 | 9.19 | 30.14 | - |
| YUV | 74.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 150 | 0.85 | 0.42 | 0 | 0.41 | 209.53 | 0.74 | 0.34 |
| Hex | 16 | 57 | 96 | 55 | 2A | 0 | 29 | D2 | 4A | 22 |
| Octal | 26 | 127 | 226 | 125 | 52 | 0 | 51 | 322 | 112 | 42 |
| Binary | 10110 | 1010111 | 10010110 | 1010101 | 101010 | 0 | 101001 | 11010010 | 1001010 | 100010 |
Color Harmonies of #165796
Complementary color
Monochromatic Colors of #165796
Black with #165796
Text Example
Text Example
White with #165796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165796; }
p { color: rgb(22,87,150); }
H1.HeaderClassName
{
color: #165796;
}
.AnyTagClassName
{
color: #165796;
}
</style>
background-color css
<style>
a { background-color: #165796; }
a { background-color: rgb(22,87,150); }
div.DivClassName
{
background-color: #165796;
}
.BgClassName
{
background-color: #165796;
}
</style>
border-color css
<style>
span { border-color: #165796; }
span { border-color: rgb(22,87,150); }
td.TdClassName
{
border-color: #165796;
}
.TagClassName
{
border-color: #165796;
}
</style>