Shades of Endeavour #165599
Tints of Endeavour #165599
RGB
CMYK
RGB Variations
Color information
#165599 (or 0x165599) is known color: Endeavour. HEX triplet: 16, 55 and 99. RGB value is (22,85,153). Sum of RGB (Red+Green+Blue) = 22+85+153=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #165599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165599 is #E9AA66. Grayscale: #494949. Windows color (decimal): -15313511 or 10048790. OLE color: 10048790.
HSL color Cylindrical-coordinate representation of color #165599: hue angle of 211.15º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165599 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 85 | 153 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.4 |
| HSL | 211.15º | 0.75% | 0.34% | - |
| HSV(B) | 211.15º | 0.86% | 0.6% | - |
| XYZ | 9.33 | 8.97 | 31.38 | - |
| YUV | 73.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 153 | 0.86 | 0.44 | 0 | 0.4 | 211.15 | 0.75 | 0.34 |
| Hex | 16 | 55 | 99 | 56 | 2C | 0 | 28 | D3 | 4B | 22 |
| Octal | 26 | 125 | 231 | 126 | 54 | 0 | 50 | 323 | 113 | 42 |
| Binary | 10110 | 1010101 | 10011001 | 1010110 | 101100 | 0 | 101000 | 11010011 | 1001011 | 100010 |
Color Harmonies of #165599
Complementary color
Monochromatic Colors of #165599
Black with #165599
Text Example
Text Example
White with #165599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165599; }
p { color: rgb(22,85,153); }
H1.HeaderClassName
{
color: #165599;
}
.AnyTagClassName
{
color: #165599;
}
</style>
background-color css
<style>
a { background-color: #165599; }
a { background-color: rgb(22,85,153); }
div.DivClassName
{
background-color: #165599;
}
.BgClassName
{
background-color: #165599;
}
</style>
border-color css
<style>
span { border-color: #165599; }
span { border-color: rgb(22,85,153); }
td.TdClassName
{
border-color: #165599;
}
.TagClassName
{
border-color: #165599;
}
</style>