Shades of Endeavour #165197
Tints of Endeavour #165197
RGB
CMYK
RGB Variations
Color information
#165197 (or 0x165197) is known color: Endeavour. HEX triplet: 16, 51 and 97. RGB value is (22,81,151). Sum of RGB (Red+Green+Blue) = 22+81+151=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #165197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165197 is #E9AE68. Grayscale: #474747. Windows color (decimal): -15314537 or 9916694. OLE color: 9916694.
HSL color Cylindrical-coordinate representation of color #165197: hue angle of 212.56º 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 #165197 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 81 | 151 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.41 |
| HSL | 212.56º | 0.75% | 0.34% | - |
| HSV(B) | 212.56º | 0.85% | 0.59% | - |
| XYZ | 8.86 | 8.29 | 30.41 | - |
| YUV | 71.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 151 | 0.85 | 0.46 | 0 | 0.41 | 212.56 | 0.75 | 0.34 |
| Hex | 16 | 51 | 97 | 55 | 2E | 0 | 29 | D5 | 4B | 22 |
| Octal | 26 | 121 | 227 | 125 | 56 | 0 | 51 | 325 | 113 | 42 |
| Binary | 10110 | 1010001 | 10010111 | 1010101 | 101110 | 0 | 101001 | 11010101 | 1001011 | 100010 |
Color Harmonies of #165197
Complementary color
Monochromatic Colors of #165197
Black with #165197
Text Example
Text Example
White with #165197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165197; }
p { color: rgb(22,81,151); }
H1.HeaderClassName
{
color: #165197;
}
.AnyTagClassName
{
color: #165197;
}
</style>
background-color css
<style>
a { background-color: #165197; }
a { background-color: rgb(22,81,151); }
div.DivClassName
{
background-color: #165197;
}
.BgClassName
{
background-color: #165197;
}
</style>
border-color css
<style>
span { border-color: #165197; }
span { border-color: rgb(22,81,151); }
td.TdClassName
{
border-color: #165197;
}
.TagClassName
{
border-color: #165197;
}
</style>