Shades of Endeavour #16619E
Tints of Endeavour #16619E
RGB
CMYK
RGB Variations
Color information
#16619E (or 0x16619E) is known color: Endeavour. HEX triplet: 16, 61 and 9E. RGB value is (22,97,158). Sum of RGB (Red+Green+Blue) = 22+97+158=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #16619E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16619E is #E99E61. Grayscale: #515151. Windows color (decimal): -15310434 or 10379542. OLE color: 10379542.
HSL color Cylindrical-coordinate representation of color #16619E: hue angle of 206.91º 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 #16619E is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 97 | 158 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.38 |
| HSL | 206.91º | 0.76% | 0.35% | - |
| HSV(B) | 206.91º | 0.86% | 0.62% | - |
| XYZ | 10.78 | 11.19 | 33.94 | - |
| YUV | 81.53 | 171.15 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 158 | 0.86 | 0.39 | 0 | 0.38 | 206.91 | 0.76 | 0.35 |
| Hex | 16 | 61 | 9E | 56 | 27 | 0 | 26 | CF | 4C | 23 |
| Octal | 26 | 141 | 236 | 126 | 47 | 0 | 46 | 317 | 114 | 43 |
| Binary | 10110 | 1100001 | 10011110 | 1010110 | 100111 | 0 | 100110 | 11001111 | 1001100 | 100011 |
Color Harmonies of #16619E
Complementary color
Monochromatic Colors of #16619E
Black with #16619E
Text Example
Text Example
White with #16619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16619E; }
p { color: rgb(22,97,158); }
H1.HeaderClassName
{
color: #16619E;
}
.AnyTagClassName
{
color: #16619E;
}
</style>
background-color css
<style>
a { background-color: #16619E; }
a { background-color: rgb(22,97,158); }
div.DivClassName
{
background-color: #16619E;
}
.BgClassName
{
background-color: #16619E;
}
</style>
border-color css
<style>
span { border-color: #16619E; }
span { border-color: rgb(22,97,158); }
td.TdClassName
{
border-color: #16619E;
}
.TagClassName
{
border-color: #16619E;
}
</style>