Shades of Endeavour #105997
Tints of Endeavour #105997
RGB
CMYK
RGB Variations
Color information
#105997 (or 0x105997) is known color: Endeavour. HEX triplet: 10, 59 and 97. RGB value is (16,89,151). Sum of RGB (Red+Green+Blue) = 16+89+151=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #105997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105997 is #EFA668. Grayscale: #494949. Windows color (decimal): -15705705 or 9918736. OLE color: 9918736.
HSL color Cylindrical-coordinate representation of color #105997: hue angle of 207.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105997 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 89 | 151 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.41 |
| HSL | 207.56º | 0.81% | 0.33% | - |
| HSV(B) | 207.56º | 0.89% | 0.59% | - |
| XYZ | 9.37 | 9.49 | 30.62 | - |
| YUV | 74.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 151 | 0.89 | 0.41 | 0 | 0.41 | 207.56 | 0.81 | 0.33 |
| Hex | 10 | 59 | 97 | 59 | 29 | 0 | 29 | D0 | 51 | 21 |
| Octal | 20 | 131 | 227 | 131 | 51 | 0 | 51 | 320 | 121 | 41 |
| Binary | 10000 | 1011001 | 10010111 | 1011001 | 101001 | 0 | 101001 | 11010000 | 1010001 | 100001 |
Color Harmonies of #105997
Complementary color
Monochromatic Colors of #105997
Black with #105997
Text Example
Text Example
White with #105997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105997; }
p { color: rgb(16,89,151); }
H1.HeaderClassName
{
color: #105997;
}
.AnyTagClassName
{
color: #105997;
}
</style>
background-color css
<style>
a { background-color: #105997; }
a { background-color: rgb(16,89,151); }
div.DivClassName
{
background-color: #105997;
}
.BgClassName
{
background-color: #105997;
}
</style>
border-color css
<style>
span { border-color: #105997; }
span { border-color: rgb(16,89,151); }
td.TdClassName
{
border-color: #105997;
}
.TagClassName
{
border-color: #105997;
}
</style>