Shades of Endeavour #16508A
Tints of Endeavour #16508A
RGB
CMYK
RGB Variations
Color information
#16508A (or 0x16508A) is known color: Endeavour. HEX triplet: 16, 50 and 8A. RGB value is (22,80,138). Sum of RGB (Red+Green+Blue) = 22+80+138=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #16508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16508A is #E9AF75. Grayscale: #444444. Windows color (decimal): -15314806 or 9064470. OLE color: 9064470.
HSL color Cylindrical-coordinate representation of color #16508A: hue angle of 210º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16508A is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 80 | 138 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.46 |
| HSL | 210º | 0.73% | 0.31% | - |
| HSV(B) | 210º | 0.84% | 0.54% | - |
| XYZ | 7.79 | 7.74 | 25.13 | - |
| YUV | 69.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 138 | 0.84 | 0.42 | 0 | 0.46 | 210 | 0.73 | 0.31 |
| Hex | 16 | 50 | 8A | 54 | 2A | 0 | 2E | D2 | 48 | 1F |
| Octal | 26 | 120 | 212 | 124 | 52 | 0 | 56 | 322 | 110 | 37 |
| Binary | 10110 | 1010000 | 10001010 | 1010100 | 101010 | 0 | 101110 | 11010010 | 1001000 | 11111 |
Color Harmonies of #16508A
Complementary color
Monochromatic Colors of #16508A
Black with #16508A
Text Example
Text Example
White with #16508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16508A; }
p { color: rgb(22,80,138); }
H1.HeaderClassName
{
color: #16508A;
}
.AnyTagClassName
{
color: #16508A;
}
</style>
background-color css
<style>
a { background-color: #16508A; }
a { background-color: rgb(22,80,138); }
div.DivClassName
{
background-color: #16508A;
}
.BgClassName
{
background-color: #16508A;
}
</style>
border-color css
<style>
span { border-color: #16508A; }
span { border-color: rgb(22,80,138); }
td.TdClassName
{
border-color: #16508A;
}
.TagClassName
{
border-color: #16508A;
}
</style>