Shades of Endeavour #105593
Tints of Endeavour #105593
RGB
CMYK
RGB Variations
Color information
#105593 (or 0x105593) is known color: Endeavour. HEX triplet: 10, 55 and 93. RGB value is (16,85,147). Sum of RGB (Red+Green+Blue) = 16+85+147=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #105593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105593 is #EFAA6C. Grayscale: #474747. Windows color (decimal): -15706733 or 9655568. OLE color: 9655568.
HSL color Cylindrical-coordinate representation of color #105593: hue angle of 208.4º 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 #105593 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 85 | 147 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.42 |
| HSL | 208.4º | 0.8% | 0.32% | - |
| HSV(B) | 208.4º | 0.89% | 0.58% | - |
| XYZ | 8.73 | 8.71 | 28.83 | - |
| YUV | 71.44 | 170.64 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 147 | 0.89 | 0.42 | 0 | 0.42 | 208.4 | 0.8 | 0.32 |
| Hex | 10 | 55 | 93 | 59 | 2A | 0 | 2A | D0 | 50 | 20 |
| Octal | 20 | 125 | 223 | 131 | 52 | 0 | 52 | 320 | 120 | 40 |
| Binary | 10000 | 1010101 | 10010011 | 1011001 | 101010 | 0 | 101010 | 11010000 | 1010000 | 100000 |
Color Harmonies of #105593
Complementary color
Monochromatic Colors of #105593
Black with #105593
Text Example
Text Example
White with #105593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105593; }
p { color: rgb(16,85,147); }
H1.HeaderClassName
{
color: #105593;
}
.AnyTagClassName
{
color: #105593;
}
</style>
background-color css
<style>
a { background-color: #105593; }
a { background-color: rgb(16,85,147); }
div.DivClassName
{
background-color: #105593;
}
.BgClassName
{
background-color: #105593;
}
</style>
border-color css
<style>
span { border-color: #105593; }
span { border-color: rgb(16,85,147); }
td.TdClassName
{
border-color: #105593;
}
.TagClassName
{
border-color: #105593;
}
</style>