Shades of Endeavour #16589C
Tints of Endeavour #16589C
RGB
CMYK
RGB Variations
Color information
#16589C (or 0x16589C) is known color: Endeavour. HEX triplet: 16, 58 and 9C. RGB value is (22,88,156). Sum of RGB (Red+Green+Blue) = 22+88+156=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #16589C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16589C is #E9A763. Grayscale: #4B4B4B. Windows color (decimal): -15312740 or 10246166. OLE color: 10246166.
HSL color Cylindrical-coordinate representation of color #16589C: hue angle of 210.45º 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 #16589C is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 88 | 156 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.39 |
| HSL | 210.45º | 0.75% | 0.35% | - |
| HSV(B) | 210.45º | 0.86% | 0.61% | - |
| XYZ | 9.82 | 9.55 | 32.78 | - |
| YUV | 76.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 156 | 0.86 | 0.44 | 0 | 0.39 | 210.45 | 0.75 | 0.35 |
| Hex | 16 | 58 | 9C | 56 | 2C | 0 | 27 | D2 | 4B | 23 |
| Octal | 26 | 130 | 234 | 126 | 54 | 0 | 47 | 322 | 113 | 43 |
| Binary | 10110 | 1011000 | 10011100 | 1010110 | 101100 | 0 | 100111 | 11010010 | 1001011 | 100011 |
Color Harmonies of #16589C
Complementary color
Monochromatic Colors of #16589C
Black with #16589C
Text Example
Text Example
White with #16589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16589C; }
p { color: rgb(22,88,156); }
H1.HeaderClassName
{
color: #16589C;
}
.AnyTagClassName
{
color: #16589C;
}
</style>
background-color css
<style>
a { background-color: #16589C; }
a { background-color: rgb(22,88,156); }
div.DivClassName
{
background-color: #16589C;
}
.BgClassName
{
background-color: #16589C;
}
</style>
border-color css
<style>
span { border-color: #16589C; }
span { border-color: rgb(22,88,156); }
td.TdClassName
{
border-color: #16589C;
}
.TagClassName
{
border-color: #16589C;
}
</style>