Shades of Endeavour #106299
Tints of Endeavour #106299
RGB
CMYK
RGB Variations
Color information
#106299 (or 0x106299) is known color: Endeavour. HEX triplet: 10, 62 and 99. RGB value is (16,98,153). Sum of RGB (Red+Green+Blue) = 16+98+153=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #106299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106299 is #EF9D66. Grayscale: #4F4F4F. Windows color (decimal): -15703399 or 10052112. OLE color: 10052112.
HSL color Cylindrical-coordinate representation of color #106299: hue angle of 204.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106299 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 98 | 153 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.4 |
| HSL | 204.09º | 0.81% | 0.33% | - |
| HSV(B) | 204.09º | 0.9% | 0.6% | - |
| XYZ | 10.33 | 11.15 | 31.74 | - |
| YUV | 79.75 | 169.33 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 153 | 0.90 | 0.36 | 0 | 0.4 | 204.09 | 0.81 | 0.33 |
| Hex | 10 | 62 | 99 | 5A | 24 | 0 | 28 | CC | 51 | 21 |
| Octal | 20 | 142 | 231 | 132 | 44 | 0 | 50 | 314 | 121 | 41 |
| Binary | 10000 | 1100010 | 10011001 | 1011010 | 100100 | 0 | 101000 | 11001100 | 1010001 | 100001 |
Color Harmonies of #106299
Complementary color
Monochromatic Colors of #106299
Black with #106299
Text Example
Text Example
White with #106299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106299; }
p { color: rgb(16,98,153); }
H1.HeaderClassName
{
color: #106299;
}
.AnyTagClassName
{
color: #106299;
}
</style>
background-color css
<style>
a { background-color: #106299; }
a { background-color: rgb(16,98,153); }
div.DivClassName
{
background-color: #106299;
}
.BgClassName
{
background-color: #106299;
}
</style>
border-color css
<style>
span { border-color: #106299; }
span { border-color: rgb(16,98,153); }
td.TdClassName
{
border-color: #106299;
}
.TagClassName
{
border-color: #106299;
}
</style>