Shades of Endeavour #105999
Tints of Endeavour #105999
RGB
CMYK
RGB Variations
Color information
#105999 (or 0x105999) is known color: Endeavour. HEX triplet: 10, 59 and 99. RGB value is (16,89,153). Sum of RGB (Red+Green+Blue) = 16+89+153=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #105999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105999 is #EFA666. Grayscale: #4A4A4A. Windows color (decimal): -15705703 or 10049808. OLE color: 10049808.
HSL color Cylindrical-coordinate representation of color #105999: hue angle of 208.03º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105999 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 89 | 153 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.4 |
| HSL | 208.03º | 0.81% | 0.33% | - |
| HSV(B) | 208.03º | 0.9% | 0.6% | - |
| XYZ | 9.54 | 9.55 | 31.48 | - |
| YUV | 74.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 153 | 0.90 | 0.42 | 0 | 0.4 | 208.03 | 0.81 | 0.33 |
| Hex | 10 | 59 | 99 | 5A | 2A | 0 | 28 | D0 | 51 | 21 |
| Octal | 20 | 131 | 231 | 132 | 52 | 0 | 50 | 320 | 121 | 41 |
| Binary | 10000 | 1011001 | 10011001 | 1011010 | 101010 | 0 | 101000 | 11010000 | 1010001 | 100001 |
Color Harmonies of #105999
Complementary color
Monochromatic Colors of #105999
Black with #105999
Text Example
Text Example
White with #105999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105999; }
p { color: rgb(16,89,153); }
H1.HeaderClassName
{
color: #105999;
}
.AnyTagClassName
{
color: #105999;
}
</style>
background-color css
<style>
a { background-color: #105999; }
a { background-color: rgb(16,89,153); }
div.DivClassName
{
background-color: #105999;
}
.BgClassName
{
background-color: #105999;
}
</style>
border-color css
<style>
span { border-color: #105999; }
span { border-color: rgb(16,89,153); }
td.TdClassName
{
border-color: #105999;
}
.TagClassName
{
border-color: #105999;
}
</style>