Shades of Endeavour #165390
Tints of Endeavour #165390
RGB
CMYK
RGB Variations
Color information
#165390 (or 0x165390) is known color: Endeavour. HEX triplet: 16, 53 and 90. RGB value is (22,83,144). Sum of RGB (Red+Green+Blue) = 22+83+144=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #165390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165390 is #E9AC6F. Grayscale: #474747. Windows color (decimal): -15314032 or 9458454. OLE color: 9458454.
HSL color Cylindrical-coordinate representation of color #165390: hue angle of 210º 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 #165390 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 83 | 144 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.44 |
| HSL | 210º | 0.73% | 0.33% | - |
| HSV(B) | 210º | 0.85% | 0.56% | - |
| XYZ | 8.46 | 8.37 | 27.56 | - |
| YUV | 71.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 144 | 0.85 | 0.42 | 0 | 0.44 | 210 | 0.73 | 0.33 |
| Hex | 16 | 53 | 90 | 55 | 2A | 0 | 2C | D2 | 49 | 21 |
| Octal | 26 | 123 | 220 | 125 | 52 | 0 | 54 | 322 | 111 | 41 |
| Binary | 10110 | 1010011 | 10010000 | 1010101 | 101010 | 0 | 101100 | 11010010 | 1001001 | 100001 |
Color Harmonies of #165390
Complementary color
Monochromatic Colors of #165390
Black with #165390
Text Example
Text Example
White with #165390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165390; }
p { color: rgb(22,83,144); }
H1.HeaderClassName
{
color: #165390;
}
.AnyTagClassName
{
color: #165390;
}
</style>
background-color css
<style>
a { background-color: #165390; }
a { background-color: rgb(22,83,144); }
div.DivClassName
{
background-color: #165390;
}
.BgClassName
{
background-color: #165390;
}
</style>
border-color css
<style>
span { border-color: #165390; }
span { border-color: rgb(22,83,144); }
td.TdClassName
{
border-color: #165390;
}
.TagClassName
{
border-color: #165390;
}
</style>