Shades of Endeavour #106294
Tints of Endeavour #106294
RGB
CMYK
RGB Variations
Color information
#106294 (or 0x106294) is known color: Endeavour. HEX triplet: 10, 62 and 94. RGB value is (16,98,148). Sum of RGB (Red+Green+Blue) = 16+98+148=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #106294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106294 is #EF9D6B. Grayscale: #4E4E4E. Windows color (decimal): -15703404 or 9724432. OLE color: 9724432.
HSL color Cylindrical-coordinate representation of color #106294: hue angle of 202.73º 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 #106294 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 98 | 148 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.42 |
| HSL | 202.73º | 0.8% | 0.32% | - |
| HSV(B) | 202.73º | 0.89% | 0.58% | - |
| XYZ | 9.93 | 10.98 | 29.61 | - |
| YUV | 79.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 148 | 0.89 | 0.34 | 0 | 0.42 | 202.73 | 0.8 | 0.32 |
| Hex | 10 | 62 | 94 | 59 | 22 | 0 | 2A | CB | 50 | 20 |
| Octal | 20 | 142 | 224 | 131 | 42 | 0 | 52 | 313 | 120 | 40 |
| Binary | 10000 | 1100010 | 10010100 | 1011001 | 100010 | 0 | 101010 | 11001011 | 1010000 | 100000 |
Color Harmonies of #106294
Complementary color
Monochromatic Colors of #106294
Black with #106294
Text Example
Text Example
White with #106294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106294; }
p { color: rgb(16,98,148); }
H1.HeaderClassName
{
color: #106294;
}
.AnyTagClassName
{
color: #106294;
}
</style>
background-color css
<style>
a { background-color: #106294; }
a { background-color: rgb(16,98,148); }
div.DivClassName
{
background-color: #106294;
}
.BgClassName
{
background-color: #106294;
}
</style>
border-color css
<style>
span { border-color: #106294; }
span { border-color: rgb(16,98,148); }
td.TdClassName
{
border-color: #106294;
}
.TagClassName
{
border-color: #106294;
}
</style>