Shades of Endeavour #16599B
Tints of Endeavour #16599B
RGB
CMYK
RGB Variations
Color information
#16599B (or 0x16599B) is known color: Endeavour. HEX triplet: 16, 59 and 9B. RGB value is (22,89,155). Sum of RGB (Red+Green+Blue) = 22+89+155=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #16599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16599B is #E9A664. Grayscale: #4C4C4C. Windows color (decimal): -15312485 or 10180886. OLE color: 10180886.
HSL color Cylindrical-coordinate representation of color #16599B: hue angle of 209.77º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16599B is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 89 | 155 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.39 |
| HSL | 209.77º | 0.75% | 0.35% | - |
| HSV(B) | 209.77º | 0.86% | 0.61% | - |
| XYZ | 9.82 | 9.68 | 32.36 | - |
| YUV | 76.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 155 | 0.86 | 0.43 | 0 | 0.39 | 209.77 | 0.75 | 0.35 |
| Hex | 16 | 59 | 9B | 56 | 2B | 0 | 27 | D2 | 4B | 23 |
| Octal | 26 | 131 | 233 | 126 | 53 | 0 | 47 | 322 | 113 | 43 |
| Binary | 10110 | 1011001 | 10011011 | 1010110 | 101011 | 0 | 100111 | 11010010 | 1001011 | 100011 |
Color Harmonies of #16599B
Complementary color
Monochromatic Colors of #16599B
Black with #16599B
Text Example
Text Example
White with #16599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16599B; }
p { color: rgb(22,89,155); }
H1.HeaderClassName
{
color: #16599B;
}
.AnyTagClassName
{
color: #16599B;
}
</style>
background-color css
<style>
a { background-color: #16599B; }
a { background-color: rgb(22,89,155); }
div.DivClassName
{
background-color: #16599B;
}
.BgClassName
{
background-color: #16599B;
}
</style>
border-color css
<style>
span { border-color: #16599B; }
span { border-color: rgb(22,89,155); }
td.TdClassName
{
border-color: #16599B;
}
.TagClassName
{
border-color: #16599B;
}
</style>