Shades of Endeavour #105994
Tints of Endeavour #105994
RGB
CMYK
RGB Variations
Color information
#105994 (or 0x105994) is known color: Endeavour. HEX triplet: 10, 59 and 94. RGB value is (16,89,148). Sum of RGB (Red+Green+Blue) = 16+89+148=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #105994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105994 is #EFA66B. Grayscale: #494949. Windows color (decimal): -15705708 or 9722128. OLE color: 9722128.
HSL color Cylindrical-coordinate representation of color #105994: hue angle of 206.82º 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 #105994 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 89 | 148 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.42 |
| HSL | 206.82º | 0.8% | 0.32% | - |
| HSV(B) | 206.82º | 0.89% | 0.58% | - |
| XYZ | 9.13 | 9.39 | 29.35 | - |
| YUV | 73.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 148 | 0.89 | 0.40 | 0 | 0.42 | 206.82 | 0.8 | 0.32 |
| Hex | 10 | 59 | 94 | 59 | 28 | 0 | 2A | CF | 50 | 20 |
| Octal | 20 | 131 | 224 | 131 | 50 | 0 | 52 | 317 | 120 | 40 |
| Binary | 10000 | 1011001 | 10010100 | 1011001 | 101000 | 0 | 101010 | 11001111 | 1010000 | 100000 |
Color Harmonies of #105994
Complementary color
Monochromatic Colors of #105994
Black with #105994
Text Example
Text Example
White with #105994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105994; }
p { color: rgb(16,89,148); }
H1.HeaderClassName
{
color: #105994;
}
.AnyTagClassName
{
color: #105994;
}
</style>
background-color css
<style>
a { background-color: #105994; }
a { background-color: rgb(16,89,148); }
div.DivClassName
{
background-color: #105994;
}
.BgClassName
{
background-color: #105994;
}
</style>
border-color css
<style>
span { border-color: #105994; }
span { border-color: rgb(16,89,148); }
td.TdClassName
{
border-color: #105994;
}
.TagClassName
{
border-color: #105994;
}
</style>