Shades of Endeavour #165F91
Tints of Endeavour #165F91
RGB
CMYK
RGB Variations
Color information
#165F91 (or 0x165F91) is known color: Endeavour. HEX triplet: 16, 5F and 91. RGB value is (22,95,145). Sum of RGB (Red+Green+Blue) = 22+95+145=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #165F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F91 is #E9A06E. Grayscale: #4E4E4E. Windows color (decimal): -15310959 or 9527062. OLE color: 9527062.
HSL color Cylindrical-coordinate representation of color #165F91: hue angle of 204.39º 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 #165F91 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 95 | 145 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.43 |
| HSL | 204.39º | 0.74% | 0.33% | - |
| HSV(B) | 204.39º | 0.85% | 0.57% | - |
| XYZ | 9.53 | 10.4 | 28.29 | - |
| YUV | 78.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 145 | 0.85 | 0.34 | 0 | 0.43 | 204.39 | 0.74 | 0.33 |
| Hex | 16 | 5F | 91 | 55 | 22 | 0 | 2B | CC | 4A | 21 |
| Octal | 26 | 137 | 221 | 125 | 42 | 0 | 53 | 314 | 112 | 41 |
| Binary | 10110 | 1011111 | 10010001 | 1010101 | 100010 | 0 | 101011 | 11001100 | 1001010 | 100001 |
Color Harmonies of #165F91
Complementary color
Monochromatic Colors of #165F91
Black with #165F91
Text Example
Text Example
White with #165F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F91; }
p { color: rgb(22,95,145); }
H1.HeaderClassName
{
color: #165F91;
}
.AnyTagClassName
{
color: #165F91;
}
</style>
background-color css
<style>
a { background-color: #165F91; }
a { background-color: rgb(22,95,145); }
div.DivClassName
{
background-color: #165F91;
}
.BgClassName
{
background-color: #165F91;
}
</style>
border-color css
<style>
span { border-color: #165F91; }
span { border-color: rgb(22,95,145); }
td.TdClassName
{
border-color: #165F91;
}
.TagClassName
{
border-color: #165F91;
}
</style>