Shades of Endeavour #165190
Tints of Endeavour #165190
RGB
CMYK
RGB Variations
Color information
#165190 (or 0x165190) is known color: Endeavour. HEX triplet: 16, 51 and 90. RGB value is (22,81,144). Sum of RGB (Red+Green+Blue) = 22+81+144=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #165190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165190 is #E9AE6F. Grayscale: #464646. Windows color (decimal): -15314544 or 9457942. OLE color: 9457942.
HSL color Cylindrical-coordinate representation of color #165190: hue angle of 210.98º 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 #165190 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 81 | 144 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.44 |
| HSL | 210.98º | 0.73% | 0.33% | - |
| HSV(B) | 210.98º | 0.85% | 0.56% | - |
| XYZ | 8.31 | 8.07 | 27.51 | - |
| YUV | 70.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 144 | 0.85 | 0.44 | 0 | 0.44 | 210.98 | 0.73 | 0.33 |
| Hex | 16 | 51 | 90 | 55 | 2C | 0 | 2C | D3 | 49 | 21 |
| Octal | 26 | 121 | 220 | 125 | 54 | 0 | 54 | 323 | 111 | 41 |
| Binary | 10110 | 1010001 | 10010000 | 1010101 | 101100 | 0 | 101100 | 11010011 | 1001001 | 100001 |
Color Harmonies of #165190
Complementary color
Monochromatic Colors of #165190
Black with #165190
Text Example
Text Example
White with #165190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165190; }
p { color: rgb(22,81,144); }
H1.HeaderClassName
{
color: #165190;
}
.AnyTagClassName
{
color: #165190;
}
</style>
background-color css
<style>
a { background-color: #165190; }
a { background-color: rgb(22,81,144); }
div.DivClassName
{
background-color: #165190;
}
.BgClassName
{
background-color: #165190;
}
</style>
border-color css
<style>
span { border-color: #165190; }
span { border-color: rgb(22,81,144); }
td.TdClassName
{
border-color: #165190;
}
.TagClassName
{
border-color: #165190;
}
</style>