Shades of Endeavour #165292
Tints of Endeavour #165292
RGB
CMYK
RGB Variations
Color information
#165292 (or 0x165292) is known color: Endeavour. HEX triplet: 16, 52 and 92. RGB value is (22,82,146). Sum of RGB (Red+Green+Blue) = 22+82+146=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #165292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165292 is #E9AD6D. Grayscale: #474747. Windows color (decimal): -15314286 or 9589270. OLE color: 9589270.
HSL color Cylindrical-coordinate representation of color #165292: hue angle of 210.97º 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 #165292 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 82 | 146 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.43 |
| HSL | 210.97º | 0.74% | 0.33% | - |
| HSV(B) | 210.97º | 0.85% | 0.57% | - |
| XYZ | 8.54 | 8.28 | 28.34 | - |
| YUV | 71.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 146 | 0.85 | 0.44 | 0 | 0.43 | 210.97 | 0.74 | 0.33 |
| Hex | 16 | 52 | 92 | 55 | 2C | 0 | 2B | D3 | 4A | 21 |
| Octal | 26 | 122 | 222 | 125 | 54 | 0 | 53 | 323 | 112 | 41 |
| Binary | 10110 | 1010010 | 10010010 | 1010101 | 101100 | 0 | 101011 | 11010011 | 1001010 | 100001 |
Color Harmonies of #165292
Complementary color
Monochromatic Colors of #165292
Black with #165292
Text Example
Text Example
White with #165292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165292; }
p { color: rgb(22,82,146); }
H1.HeaderClassName
{
color: #165292;
}
.AnyTagClassName
{
color: #165292;
}
</style>
background-color css
<style>
a { background-color: #165292; }
a { background-color: rgb(22,82,146); }
div.DivClassName
{
background-color: #165292;
}
.BgClassName
{
background-color: #165292;
}
</style>
border-color css
<style>
span { border-color: #165292; }
span { border-color: rgb(22,82,146); }
td.TdClassName
{
border-color: #165292;
}
.TagClassName
{
border-color: #165292;
}
</style>