Shades of Endeavour #16599F
Tints of Endeavour #16599F
RGB
CMYK
RGB Variations
Color information
#16599F (or 0x16599F) is known color: Endeavour. HEX triplet: 16, 59 and 9F. RGB value is (22,89,159). Sum of RGB (Red+Green+Blue) = 22+89+159=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #16599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16599F is #E9A660. Grayscale: #4C4C4C. Windows color (decimal): -15312481 or 10443030. OLE color: 10443030.
HSL color Cylindrical-coordinate representation of color #16599F: hue angle of 210.66º 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 #16599F is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 89 | 159 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.38 |
| HSL | 210.66º | 0.76% | 0.35% | - |
| HSV(B) | 210.66º | 0.86% | 0.62% | - |
| XYZ | 10.16 | 9.82 | 34.16 | - |
| YUV | 76.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 159 | 0.86 | 0.44 | 0 | 0.38 | 210.66 | 0.76 | 0.35 |
| Hex | 16 | 59 | 9F | 56 | 2C | 0 | 26 | D3 | 4C | 23 |
| Octal | 26 | 131 | 237 | 126 | 54 | 0 | 46 | 323 | 114 | 43 |
| Binary | 10110 | 1011001 | 10011111 | 1010110 | 101100 | 0 | 100110 | 11010011 | 1001100 | 100011 |
Color Harmonies of #16599F
Complementary color
Monochromatic Colors of #16599F
Black with #16599F
Text Example
Text Example
White with #16599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16599F; }
p { color: rgb(22,89,159); }
H1.HeaderClassName
{
color: #16599F;
}
.AnyTagClassName
{
color: #16599F;
}
</style>
background-color css
<style>
a { background-color: #16599F; }
a { background-color: rgb(22,89,159); }
div.DivClassName
{
background-color: #16599F;
}
.BgClassName
{
background-color: #16599F;
}
</style>
border-color css
<style>
span { border-color: #16599F; }
span { border-color: rgb(22,89,159); }
td.TdClassName
{
border-color: #16599F;
}
.TagClassName
{
border-color: #16599F;
}
</style>