Shades of Endeavour #165C92
Tints of Endeavour #165C92
RGB
CMYK
RGB Variations
Color information
#165C92 (or 0x165C92) is known color: Endeavour. HEX triplet: 16, 5C and 92. RGB value is (22,92,146). Sum of RGB (Red+Green+Blue) = 22+92+146=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #165C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165C92 is #E9A36D. Grayscale: #4C4C4C. Windows color (decimal): -15311726 or 9591830. OLE color: 9591830.
HSL color Cylindrical-coordinate representation of color #165C92: hue angle of 206.13º 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 #165C92 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 92 | 146 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.43 |
| HSL | 206.13º | 0.74% | 0.33% | - |
| HSV(B) | 206.13º | 0.85% | 0.57% | - |
| XYZ | 9.35 | 9.9 | 28.61 | - |
| YUV | 77.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 146 | 0.85 | 0.37 | 0 | 0.43 | 206.13 | 0.74 | 0.33 |
| Hex | 16 | 5C | 92 | 55 | 25 | 0 | 2B | CE | 4A | 21 |
| Octal | 26 | 134 | 222 | 125 | 45 | 0 | 53 | 316 | 112 | 41 |
| Binary | 10110 | 1011100 | 10010010 | 1010101 | 100101 | 0 | 101011 | 11001110 | 1001010 | 100001 |
Color Harmonies of #165C92
Complementary color
Monochromatic Colors of #165C92
Black with #165C92
Text Example
Text Example
White with #165C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C92; }
p { color: rgb(22,92,146); }
H1.HeaderClassName
{
color: #165C92;
}
.AnyTagClassName
{
color: #165C92;
}
</style>
background-color css
<style>
a { background-color: #165C92; }
a { background-color: rgb(22,92,146); }
div.DivClassName
{
background-color: #165C92;
}
.BgClassName
{
background-color: #165C92;
}
</style>
border-color css
<style>
span { border-color: #165C92; }
span { border-color: rgb(22,92,146); }
td.TdClassName
{
border-color: #165C92;
}
.TagClassName
{
border-color: #165C92;
}
</style>