Shades of Endeavour #165898
Tints of Endeavour #165898
RGB
CMYK
RGB Variations
Color information
#165898 (or 0x165898) is known color: Endeavour. HEX triplet: 16, 58 and 98. RGB value is (22,88,152). Sum of RGB (Red+Green+Blue) = 22+88+152=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #165898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165898 is #E9A767. Grayscale: #4B4B4B. Windows color (decimal): -15312744 or 9984022. OLE color: 9984022.
HSL color Cylindrical-coordinate representation of color #165898: hue angle of 209.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165898 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 88 | 152 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.40 |
| HSL | 209.54º | 0.75% | 0.34% | - |
| HSV(B) | 209.54º | 0.86% | 0.6% | - |
| XYZ | 9.49 | 9.42 | 31.02 | - |
| YUV | 75.56 | 171.13 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 152 | 0.86 | 0.42 | 0 | 0.40 | 209.54 | 0.75 | 0.34 |
| Hex | 16 | 58 | 98 | 56 | 2A | 0 | 28 | D2 | 4B | 22 |
| Octal | 26 | 130 | 230 | 126 | 52 | 0 | 50 | 322 | 113 | 42 |
| Binary | 10110 | 1011000 | 10011000 | 1010110 | 101010 | 0 | 101000 | 11010010 | 1001011 | 100010 |
Color Harmonies of #165898
Complementary color
Monochromatic Colors of #165898
Black with #165898
Text Example
Text Example
White with #165898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165898; }
p { color: rgb(22,88,152); }
H1.HeaderClassName
{
color: #165898;
}
.AnyTagClassName
{
color: #165898;
}
</style>
background-color css
<style>
a { background-color: #165898; }
a { background-color: rgb(22,88,152); }
div.DivClassName
{
background-color: #165898;
}
.BgClassName
{
background-color: #165898;
}
</style>
border-color css
<style>
span { border-color: #165898; }
span { border-color: rgb(22,88,152); }
td.TdClassName
{
border-color: #165898;
}
.TagClassName
{
border-color: #165898;
}
</style>