Shades of Endeavour #165DA0
Tints of Endeavour #165DA0
RGB
CMYK
RGB Variations
Color information
#165DA0 (or 0x165DA0) is known color: Endeavour. HEX triplet: 16, 5D and A0. RGB value is (22,93,160). Sum of RGB (Red+Green+Blue) = 22+93+160=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #165DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165DA0 is #E9A25F. Grayscale: #4F4F4F. Windows color (decimal): -15311456 or 10509590. OLE color: 10509590.
HSL color Cylindrical-coordinate representation of color #165DA0: hue angle of 209.13º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165DA0 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 93 | 160 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.37 |
| HSL | 209.13º | 0.76% | 0.36% | - |
| HSV(B) | 209.13º | 0.86% | 0.63% | - |
| XYZ | 10.59 | 10.54 | 34.73 | - |
| YUV | 79.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 160 | 0.86 | 0.42 | 0 | 0.37 | 209.13 | 0.76 | 0.36 |
| Hex | 16 | 5D | A0 | 56 | 2A | 0 | 25 | D1 | 4C | 24 |
| Octal | 26 | 135 | 240 | 126 | 52 | 0 | 45 | 321 | 114 | 44 |
| Binary | 10110 | 1011101 | 10100000 | 1010110 | 101010 | 0 | 100101 | 11010001 | 1001100 | 100100 |
Color Harmonies of #165DA0
Complementary color
Monochromatic Colors of #165DA0
Black with #165DA0
Text Example
Text Example
White with #165DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DA0; }
p { color: rgb(22,93,160); }
H1.HeaderClassName
{
color: #165DA0;
}
.AnyTagClassName
{
color: #165DA0;
}
</style>
background-color css
<style>
a { background-color: #165DA0; }
a { background-color: rgb(22,93,160); }
div.DivClassName
{
background-color: #165DA0;
}
.BgClassName
{
background-color: #165DA0;
}
</style>
border-color css
<style>
span { border-color: #165DA0; }
span { border-color: rgb(22,93,160); }
td.TdClassName
{
border-color: #165DA0;
}
.TagClassName
{
border-color: #165DA0;
}
</style>