Shades of Endeavour #165F90
Tints of Endeavour #165F90
RGB
CMYK
RGB Variations
Color information
#165F90 (or 0x165F90) is known color: Endeavour. HEX triplet: 16, 5F and 90. RGB value is (22,95,144). Sum of RGB (Red+Green+Blue) = 22+95+144=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #165F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F90 is #E9A06F. Grayscale: #4E4E4E. Windows color (decimal): -15310960 or 9461526. OLE color: 9461526.
HSL color Cylindrical-coordinate representation of color #165F90: hue angle of 204.1º 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 #165F90 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 95 | 144 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.44 |
| HSL | 204.1º | 0.73% | 0.33% | - |
| HSV(B) | 204.1º | 0.85% | 0.56% | - |
| XYZ | 9.46 | 10.37 | 27.89 | - |
| YUV | 78.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 144 | 0.85 | 0.34 | 0 | 0.44 | 204.1 | 0.73 | 0.33 |
| Hex | 16 | 5F | 90 | 55 | 22 | 0 | 2C | CC | 49 | 21 |
| Octal | 26 | 137 | 220 | 125 | 42 | 0 | 54 | 314 | 111 | 41 |
| Binary | 10110 | 1011111 | 10010000 | 1010101 | 100010 | 0 | 101100 | 11001100 | 1001001 | 100001 |
Color Harmonies of #165F90
Complementary color
Monochromatic Colors of #165F90
Black with #165F90
Text Example
Text Example
White with #165F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F90; }
p { color: rgb(22,95,144); }
H1.HeaderClassName
{
color: #165F90;
}
.AnyTagClassName
{
color: #165F90;
}
</style>
background-color css
<style>
a { background-color: #165F90; }
a { background-color: rgb(22,95,144); }
div.DivClassName
{
background-color: #165F90;
}
.BgClassName
{
background-color: #165F90;
}
</style>
border-color css
<style>
span { border-color: #165F90; }
span { border-color: rgb(22,95,144); }
td.TdClassName
{
border-color: #165F90;
}
.TagClassName
{
border-color: #165F90;
}
</style>