Shades of Endeavour #165990
Tints of Endeavour #165990
RGB
CMYK
RGB Variations
Color information
#165990 (or 0x165990) is known color: Endeavour. HEX triplet: 16, 59 and 90. RGB value is (22,89,144). Sum of RGB (Red+Green+Blue) = 22+89+144=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #165990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165990 is #E9A66F. Grayscale: #4A4A4A. Windows color (decimal): -15312496 or 9459990. OLE color: 9459990.
HSL color Cylindrical-coordinate representation of color #165990: hue angle of 207.05º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165990 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 89 | 144 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.44 |
| HSL | 207.05º | 0.73% | 0.33% | - |
| HSV(B) | 207.05º | 0.85% | 0.56% | - |
| XYZ | 8.94 | 9.33 | 27.72 | - |
| YUV | 75.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 144 | 0.85 | 0.38 | 0 | 0.44 | 207.05 | 0.73 | 0.33 |
| Hex | 16 | 59 | 90 | 55 | 26 | 0 | 2C | CF | 49 | 21 |
| Octal | 26 | 131 | 220 | 125 | 46 | 0 | 54 | 317 | 111 | 41 |
| Binary | 10110 | 1011001 | 10010000 | 1010101 | 100110 | 0 | 101100 | 11001111 | 1001001 | 100001 |
Color Harmonies of #165990
Complementary color
Monochromatic Colors of #165990
Black with #165990
Text Example
Text Example
White with #165990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165990; }
p { color: rgb(22,89,144); }
H1.HeaderClassName
{
color: #165990;
}
.AnyTagClassName
{
color: #165990;
}
</style>
background-color css
<style>
a { background-color: #165990; }
a { background-color: rgb(22,89,144); }
div.DivClassName
{
background-color: #165990;
}
.BgClassName
{
background-color: #165990;
}
</style>
border-color css
<style>
span { border-color: #165990; }
span { border-color: rgb(22,89,144); }
td.TdClassName
{
border-color: #165990;
}
.TagClassName
{
border-color: #165990;
}
</style>