Shades of Endeavour #105694
Tints of Endeavour #105694
RGB
CMYK
RGB Variations
Color information
#105694 (or 0x105694) is known color: Endeavour. HEX triplet: 10, 56 and 94. RGB value is (16,86,148). Sum of RGB (Red+Green+Blue) = 16+86+148=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #105694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105694 is #EFA96B. Grayscale: #474747. Windows color (decimal): -15706476 or 9721360. OLE color: 9721360.
HSL color Cylindrical-coordinate representation of color #105694: hue angle of 208.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105694 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 86 | 148 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.42 |
| HSL | 208.18º | 0.8% | 0.32% | - |
| HSV(B) | 208.18º | 0.89% | 0.58% | - |
| XYZ | 8.89 | 8.9 | 29.27 | - |
| YUV | 72.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 148 | 0.89 | 0.42 | 0 | 0.42 | 208.18 | 0.8 | 0.32 |
| Hex | 10 | 56 | 94 | 59 | 2A | 0 | 2A | D0 | 50 | 20 |
| Octal | 20 | 126 | 224 | 131 | 52 | 0 | 52 | 320 | 120 | 40 |
| Binary | 10000 | 1010110 | 10010100 | 1011001 | 101010 | 0 | 101010 | 11010000 | 1010000 | 100000 |
Color Harmonies of #105694
Complementary color
Monochromatic Colors of #105694
Black with #105694
Text Example
Text Example
White with #105694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105694; }
p { color: rgb(16,86,148); }
H1.HeaderClassName
{
color: #105694;
}
.AnyTagClassName
{
color: #105694;
}
</style>
background-color css
<style>
a { background-color: #105694; }
a { background-color: rgb(16,86,148); }
div.DivClassName
{
background-color: #105694;
}
.BgClassName
{
background-color: #105694;
}
</style>
border-color css
<style>
span { border-color: #105694; }
span { border-color: rgb(16,86,148); }
td.TdClassName
{
border-color: #105694;
}
.TagClassName
{
border-color: #105694;
}
</style>