Shades of Endeavour #105C9B
Tints of Endeavour #105C9B
RGB
CMYK
RGB Variations
Color information
#105C9B (or 0x105C9B) is known color: Endeavour. HEX triplet: 10, 5C and 9B. RGB value is (16,92,155). Sum of RGB (Red+Green+Blue) = 16+92+155=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #105C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105C9B is #EFA364. Grayscale: #4C4C4C. Windows color (decimal): -15704933 or 10181648. OLE color: 10181648.
HSL color Cylindrical-coordinate representation of color #105C9B: hue angle of 207.19º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105C9B is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 92 | 155 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.39 |
| HSL | 207.19º | 0.81% | 0.34% | - |
| HSV(B) | 207.19º | 0.9% | 0.61% | - |
| XYZ | 9.96 | 10.13 | 32.44 | - |
| YUV | 76.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 155 | 0.90 | 0.41 | 0 | 0.39 | 207.19 | 0.81 | 0.34 |
| Hex | 10 | 5C | 9B | 5A | 29 | 0 | 27 | CF | 51 | 22 |
| Octal | 20 | 134 | 233 | 132 | 51 | 0 | 47 | 317 | 121 | 42 |
| Binary | 10000 | 1011100 | 10011011 | 1011010 | 101001 | 0 | 100111 | 11001111 | 1010001 | 100010 |
Color Harmonies of #105C9B
Complementary color
Monochromatic Colors of #105C9B
Black with #105C9B
Text Example
Text Example
White with #105C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C9B; }
p { color: rgb(16,92,155); }
H1.HeaderClassName
{
color: #105C9B;
}
.AnyTagClassName
{
color: #105C9B;
}
</style>
background-color css
<style>
a { background-color: #105C9B; }
a { background-color: rgb(16,92,155); }
div.DivClassName
{
background-color: #105C9B;
}
.BgClassName
{
background-color: #105C9B;
}
</style>
border-color css
<style>
span { border-color: #105C9B; }
span { border-color: rgb(16,92,155); }
td.TdClassName
{
border-color: #105C9B;
}
.TagClassName
{
border-color: #105C9B;
}
</style>