Shades of Endeavour #165D91
Tints of Endeavour #165D91
RGB
CMYK
RGB Variations
Color information
#165D91 (or 0x165D91) is known color: Endeavour. HEX triplet: 16, 5D and 91. RGB value is (22,93,145). Sum of RGB (Red+Green+Blue) = 22+93+145=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #165D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165D91 is #E9A26E. Grayscale: #4D4D4D. Windows color (decimal): -15311471 or 9526550. OLE color: 9526550.
HSL color Cylindrical-coordinate representation of color #165D91: hue angle of 205.37º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165D91 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 93 | 145 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.43 |
| HSL | 205.37º | 0.74% | 0.33% | - |
| HSV(B) | 205.37º | 0.85% | 0.57% | - |
| XYZ | 9.36 | 10.04 | 28.23 | - |
| YUV | 77.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 145 | 0.85 | 0.36 | 0 | 0.43 | 205.37 | 0.74 | 0.33 |
| Hex | 16 | 5D | 91 | 55 | 24 | 0 | 2B | CD | 4A | 21 |
| Octal | 26 | 135 | 221 | 125 | 44 | 0 | 53 | 315 | 112 | 41 |
| Binary | 10110 | 1011101 | 10010001 | 1010101 | 100100 | 0 | 101011 | 11001101 | 1001010 | 100001 |
Color Harmonies of #165D91
Complementary color
Monochromatic Colors of #165D91
Black with #165D91
Text Example
Text Example
White with #165D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D91; }
p { color: rgb(22,93,145); }
H1.HeaderClassName
{
color: #165D91;
}
.AnyTagClassName
{
color: #165D91;
}
</style>
background-color css
<style>
a { background-color: #165D91; }
a { background-color: rgb(22,93,145); }
div.DivClassName
{
background-color: #165D91;
}
.BgClassName
{
background-color: #165D91;
}
</style>
border-color css
<style>
span { border-color: #165D91; }
span { border-color: rgb(22,93,145); }
td.TdClassName
{
border-color: #165D91;
}
.TagClassName
{
border-color: #165D91;
}
</style>