Shades of Endeavour #16508B
Tints of Endeavour #16508B
RGB
CMYK
RGB Variations
Color information
#16508B (or 0x16508B) is known color: Endeavour. HEX triplet: 16, 50 and 8B. RGB value is (22,80,139). Sum of RGB (Red+Green+Blue) = 22+80+139=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #16508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16508B is #E9AF74. Grayscale: #454545. Windows color (decimal): -15314805 or 9130006. OLE color: 9130006.
HSL color Cylindrical-coordinate representation of color #16508B: hue angle of 210.26º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16508B is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 80 | 139 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.45 |
| HSL | 210.26º | 0.73% | 0.32% | - |
| HSV(B) | 210.26º | 0.84% | 0.55% | - |
| XYZ | 7.86 | 7.77 | 25.51 | - |
| YUV | 69.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 139 | 0.84 | 0.42 | 0 | 0.45 | 210.26 | 0.73 | 0.32 |
| Hex | 16 | 50 | 8B | 54 | 2A | 0 | 2D | D2 | 49 | 20 |
| Octal | 26 | 120 | 213 | 124 | 52 | 0 | 55 | 322 | 111 | 40 |
| Binary | 10110 | 1010000 | 10001011 | 1010100 | 101010 | 0 | 101101 | 11010010 | 1001001 | 100000 |
Color Harmonies of #16508B
Complementary color
Monochromatic Colors of #16508B
Black with #16508B
Text Example
Text Example
White with #16508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16508B; }
p { color: rgb(22,80,139); }
H1.HeaderClassName
{
color: #16508B;
}
.AnyTagClassName
{
color: #16508B;
}
</style>
background-color css
<style>
a { background-color: #16508B; }
a { background-color: rgb(22,80,139); }
div.DivClassName
{
background-color: #16508B;
}
.BgClassName
{
background-color: #16508B;
}
</style>
border-color css
<style>
span { border-color: #16508B; }
span { border-color: rgb(22,80,139); }
td.TdClassName
{
border-color: #16508B;
}
.TagClassName
{
border-color: #16508B;
}
</style>