Shades of Endeavour #105498
Tints of Endeavour #105498
RGB
CMYK
RGB Variations
Color information
#105498 (or 0x105498) is known color: Endeavour. HEX triplet: 10, 54 and 98. RGB value is (16,84,152). Sum of RGB (Red+Green+Blue) = 16+84+152=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #105498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105498 is #EFAB67. Grayscale: #474747. Windows color (decimal): -15706984 or 9982992. OLE color: 9982992.
HSL color Cylindrical-coordinate representation of color #105498: hue angle of 210º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105498 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 84 | 152 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.40 |
| HSL | 210º | 0.81% | 0.33% | - |
| HSV(B) | 210º | 0.89% | 0.6% | - |
| XYZ | 9.05 | 8.72 | 30.91 | - |
| YUV | 71.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 152 | 0.89 | 0.45 | 0 | 0.40 | 210 | 0.81 | 0.33 |
| Hex | 10 | 54 | 98 | 59 | 2D | 0 | 28 | D2 | 51 | 21 |
| Octal | 20 | 124 | 230 | 131 | 55 | 0 | 50 | 322 | 121 | 41 |
| Binary | 10000 | 1010100 | 10011000 | 1011001 | 101101 | 0 | 101000 | 11010010 | 1010001 | 100001 |
Color Harmonies of #105498
Complementary color
Monochromatic Colors of #105498
Black with #105498
Text Example
Text Example
White with #105498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105498; }
p { color: rgb(16,84,152); }
H1.HeaderClassName
{
color: #105498;
}
.AnyTagClassName
{
color: #105498;
}
</style>
background-color css
<style>
a { background-color: #105498; }
a { background-color: rgb(16,84,152); }
div.DivClassName
{
background-color: #105498;
}
.BgClassName
{
background-color: #105498;
}
</style>
border-color css
<style>
span { border-color: #105498; }
span { border-color: rgb(16,84,152); }
td.TdClassName
{
border-color: #105498;
}
.TagClassName
{
border-color: #105498;
}
</style>