Shades of Endeavour #16539E
Tints of Endeavour #16539E
RGB
CMYK
RGB Variations
Color information
#16539E (or 0x16539E) is known color: Endeavour. HEX triplet: 16, 53 and 9E. RGB value is (22,83,158). Sum of RGB (Red+Green+Blue) = 22+83+158=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #16539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16539E is #E9AC61. Grayscale: #484848. Windows color (decimal): -15314018 or 10375958. OLE color: 10375958.
HSL color Cylindrical-coordinate representation of color #16539E: hue angle of 213.09º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16539E is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 83 | 158 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.38 |
| HSL | 213.09º | 0.76% | 0.35% | - |
| HSV(B) | 213.09º | 0.86% | 0.62% | - |
| XYZ | 9.6 | 8.83 | 33.55 | - |
| YUV | 73.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 158 | 0.86 | 0.47 | 0 | 0.38 | 213.09 | 0.76 | 0.35 |
| Hex | 16 | 53 | 9E | 56 | 2F | 0 | 26 | D5 | 4C | 23 |
| Octal | 26 | 123 | 236 | 126 | 57 | 0 | 46 | 325 | 114 | 43 |
| Binary | 10110 | 1010011 | 10011110 | 1010110 | 101111 | 0 | 100110 | 11010101 | 1001100 | 100011 |
Color Harmonies of #16539E
Complementary color
Monochromatic Colors of #16539E
Black with #16539E
Text Example
Text Example
White with #16539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16539E; }
p { color: rgb(22,83,158); }
H1.HeaderClassName
{
color: #16539E;
}
.AnyTagClassName
{
color: #16539E;
}
</style>
background-color css
<style>
a { background-color: #16539E; }
a { background-color: rgb(22,83,158); }
div.DivClassName
{
background-color: #16539E;
}
.BgClassName
{
background-color: #16539E;
}
</style>
border-color css
<style>
span { border-color: #16539E; }
span { border-color: rgb(22,83,158); }
td.TdClassName
{
border-color: #16539E;
}
.TagClassName
{
border-color: #16539E;
}
</style>