Shades of Endeavour #105996
Tints of Endeavour #105996
RGB
CMYK
RGB Variations
Color information
#105996 (or 0x105996) is known color: Endeavour. HEX triplet: 10, 59 and 96. RGB value is (16,89,150). Sum of RGB (Red+Green+Blue) = 16+89+150=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #105996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105996 is #EFA669. Grayscale: #494949. Windows color (decimal): -15705706 or 9853200. OLE color: 9853200.
HSL color Cylindrical-coordinate representation of color #105996: hue angle of 207.31º 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 #105996 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 89 | 150 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.41 |
| HSL | 207.31º | 0.81% | 0.33% | - |
| HSV(B) | 207.31º | 0.89% | 0.59% | - |
| XYZ | 9.29 | 9.46 | 30.19 | - |
| YUV | 74.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 150 | 0.89 | 0.41 | 0 | 0.41 | 207.31 | 0.81 | 0.33 |
| Hex | 10 | 59 | 96 | 59 | 29 | 0 | 29 | CF | 51 | 21 |
| Octal | 20 | 131 | 226 | 131 | 51 | 0 | 51 | 317 | 121 | 41 |
| Binary | 10000 | 1011001 | 10010110 | 1011001 | 101001 | 0 | 101001 | 11001111 | 1010001 | 100001 |
Color Harmonies of #105996
Complementary color
Monochromatic Colors of #105996
Black with #105996
Text Example
Text Example
White with #105996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105996; }
p { color: rgb(16,89,150); }
H1.HeaderClassName
{
color: #105996;
}
.AnyTagClassName
{
color: #105996;
}
</style>
background-color css
<style>
a { background-color: #105996; }
a { background-color: rgb(16,89,150); }
div.DivClassName
{
background-color: #105996;
}
.BgClassName
{
background-color: #105996;
}
</style>
border-color css
<style>
span { border-color: #105996; }
span { border-color: rgb(16,89,150); }
td.TdClassName
{
border-color: #105996;
}
.TagClassName
{
border-color: #105996;
}
</style>