Shades of Endeavour #106094
Tints of Endeavour #106094
RGB
CMYK
RGB Variations
Color information
#106094 (or 0x106094) is known color: Endeavour. HEX triplet: 10, 60 and 94. RGB value is (16,96,148). Sum of RGB (Red+Green+Blue) = 16+96+148=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #106094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106094 is #EF9F6B. Grayscale: #4D4D4D. Windows color (decimal): -15703916 or 9723920. OLE color: 9723920.
HSL color Cylindrical-coordinate representation of color #106094: hue angle of 203.64º 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 #106094 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 96 | 148 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.42 |
| HSL | 203.64º | 0.8% | 0.32% | - |
| HSV(B) | 203.64º | 0.89% | 0.58% | - |
| XYZ | 9.74 | 10.61 | 29.55 | - |
| YUV | 78.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 148 | 0.89 | 0.35 | 0 | 0.42 | 203.64 | 0.8 | 0.32 |
| Hex | 10 | 60 | 94 | 59 | 23 | 0 | 2A | CC | 50 | 20 |
| Octal | 20 | 140 | 224 | 131 | 43 | 0 | 52 | 314 | 120 | 40 |
| Binary | 10000 | 1100000 | 10010100 | 1011001 | 100011 | 0 | 101010 | 11001100 | 1010000 | 100000 |
Color Harmonies of #106094
Complementary color
Monochromatic Colors of #106094
Black with #106094
Text Example
Text Example
White with #106094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106094; }
p { color: rgb(16,96,148); }
H1.HeaderClassName
{
color: #106094;
}
.AnyTagClassName
{
color: #106094;
}
</style>
background-color css
<style>
a { background-color: #106094; }
a { background-color: rgb(16,96,148); }
div.DivClassName
{
background-color: #106094;
}
.BgClassName
{
background-color: #106094;
}
</style>
border-color css
<style>
span { border-color: #106094; }
span { border-color: rgb(16,96,148); }
td.TdClassName
{
border-color: #106094;
}
.TagClassName
{
border-color: #106094;
}
</style>