Shades of Endeavour #165597
Tints of Endeavour #165597
RGB
CMYK
RGB Variations
Color information
#165597 (or 0x165597) is known color: Endeavour. HEX triplet: 16, 55 and 97. RGB value is (22,85,151). Sum of RGB (Red+Green+Blue) = 22+85+151=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #165597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165597 is #E9AA68. Grayscale: #494949. Windows color (decimal): -15313513 or 9917718. OLE color: 9917718.
HSL color Cylindrical-coordinate representation of color #165597: hue angle of 210.7º degrees, saturation: 0.75, 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 #165597 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 85 | 151 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.41 |
| HSL | 210.7º | 0.75% | 0.34% | - |
| HSV(B) | 210.7º | 0.85% | 0.59% | - |
| XYZ | 9.17 | 8.9 | 30.51 | - |
| YUV | 73.69 | 171.63 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 151 | 0.85 | 0.44 | 0 | 0.41 | 210.7 | 0.75 | 0.34 |
| Hex | 16 | 55 | 97 | 55 | 2C | 0 | 29 | D3 | 4B | 22 |
| Octal | 26 | 125 | 227 | 125 | 54 | 0 | 51 | 323 | 113 | 42 |
| Binary | 10110 | 1010101 | 10010111 | 1010101 | 101100 | 0 | 101001 | 11010011 | 1001011 | 100010 |
Color Harmonies of #165597
Complementary color
Monochromatic Colors of #165597
Black with #165597
Text Example
Text Example
White with #165597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165597; }
p { color: rgb(22,85,151); }
H1.HeaderClassName
{
color: #165597;
}
.AnyTagClassName
{
color: #165597;
}
</style>
background-color css
<style>
a { background-color: #165597; }
a { background-color: rgb(22,85,151); }
div.DivClassName
{
background-color: #165597;
}
.BgClassName
{
background-color: #165597;
}
</style>
border-color css
<style>
span { border-color: #165597; }
span { border-color: rgb(22,85,151); }
td.TdClassName
{
border-color: #165597;
}
.TagClassName
{
border-color: #165597;
}
</style>