Shades of Endeavour #10619E
Tints of Endeavour #10619E
RGB
CMYK
RGB Variations
Color information
#10619E (or 0x10619E) is known color: Endeavour. HEX triplet: 10, 61 and 9E. RGB value is (16,97,158). Sum of RGB (Red+Green+Blue) = 16+97+158=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #10619E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10619E is #EF9E61. Grayscale: #4F4F4F. Windows color (decimal): -15703650 or 10379536. OLE color: 10379536.
HSL color Cylindrical-coordinate representation of color #10619E: hue angle of 205.77º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10619E is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 97 | 158 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.38 |
| HSL | 205.77º | 0.82% | 0.34% | - |
| HSV(B) | 205.77º | 0.9% | 0.62% | - |
| XYZ | 10.66 | 11.13 | 33.93 | - |
| YUV | 79.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 158 | 0.90 | 0.39 | 0 | 0.38 | 205.77 | 0.82 | 0.34 |
| Hex | 10 | 61 | 9E | 5A | 27 | 0 | 26 | CE | 52 | 22 |
| Octal | 20 | 141 | 236 | 132 | 47 | 0 | 46 | 316 | 122 | 42 |
| Binary | 10000 | 1100001 | 10011110 | 1011010 | 100111 | 0 | 100110 | 11001110 | 1010010 | 100010 |
Color Harmonies of #10619E
Complementary color
Monochromatic Colors of #10619E
Black with #10619E
Text Example
Text Example
White with #10619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10619E; }
p { color: rgb(16,97,158); }
H1.HeaderClassName
{
color: #10619E;
}
.AnyTagClassName
{
color: #10619E;
}
</style>
background-color css
<style>
a { background-color: #10619E; }
a { background-color: rgb(16,97,158); }
div.DivClassName
{
background-color: #10619E;
}
.BgClassName
{
background-color: #10619E;
}
</style>
border-color css
<style>
span { border-color: #10619E; }
span { border-color: rgb(16,97,158); }
td.TdClassName
{
border-color: #10619E;
}
.TagClassName
{
border-color: #10619E;
}
</style>