Shades of Endeavour #16579D
Tints of Endeavour #16579D
RGB
CMYK
RGB Variations
Color information
#16579D (or 0x16579D) is known color: Endeavour. HEX triplet: 16, 57 and 9D. RGB value is (22,87,157). Sum of RGB (Red+Green+Blue) = 22+87+157=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #16579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16579D is #E9A862. Grayscale: #4B4B4B. Windows color (decimal): -15312995 or 10311446. OLE color: 10311446.
HSL color Cylindrical-coordinate representation of color #16579D: hue angle of 211.11º degrees, saturation: 0.75, 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 #16579D is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 87 | 157 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.38 |
| HSL | 211.11º | 0.75% | 0.35% | - |
| HSV(B) | 211.11º | 0.86% | 0.62% | - |
| XYZ | 9.82 | 9.42 | 33.2 | - |
| YUV | 75.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 157 | 0.86 | 0.45 | 0 | 0.38 | 211.11 | 0.75 | 0.35 |
| Hex | 16 | 57 | 9D | 56 | 2D | 0 | 26 | D3 | 4B | 23 |
| Octal | 26 | 127 | 235 | 126 | 55 | 0 | 46 | 323 | 113 | 43 |
| Binary | 10110 | 1010111 | 10011101 | 1010110 | 101101 | 0 | 100110 | 11010011 | 1001011 | 100011 |
Color Harmonies of #16579D
Complementary color
Monochromatic Colors of #16579D
Black with #16579D
Text Example
Text Example
White with #16579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16579D; }
p { color: rgb(22,87,157); }
H1.HeaderClassName
{
color: #16579D;
}
.AnyTagClassName
{
color: #16579D;
}
</style>
background-color css
<style>
a { background-color: #16579D; }
a { background-color: rgb(22,87,157); }
div.DivClassName
{
background-color: #16579D;
}
.BgClassName
{
background-color: #16579D;
}
</style>
border-color css
<style>
span { border-color: #16579D; }
span { border-color: rgb(22,87,157); }
td.TdClassName
{
border-color: #16579D;
}
.TagClassName
{
border-color: #16579D;
}
</style>