Shades of Endeavour #11629B
Tints of Endeavour #11629B
RGB
CMYK
RGB Variations
Color information
#11629B (or 0x11629B) is known color: Endeavour. HEX triplet: 11, 62 and 9B. RGB value is (17,98,155). Sum of RGB (Red+Green+Blue) = 17+98+155=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #11629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11629B is #EE9D64. Grayscale: #4F4F4F. Windows color (decimal): -15637861 or 10183185. OLE color: 10183185.
HSL color Cylindrical-coordinate representation of color #11629B: hue angle of 204.78º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11629B is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 98 | 155 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.39 |
| HSL | 204.78º | 0.8% | 0.34% | - |
| HSV(B) | 204.78º | 0.89% | 0.61% | - |
| XYZ | 10.52 | 11.22 | 32.62 | - |
| YUV | 80.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 155 | 0.89 | 0.37 | 0 | 0.39 | 204.78 | 0.8 | 0.34 |
| Hex | 11 | 62 | 9B | 59 | 25 | 0 | 27 | CD | 50 | 22 |
| Octal | 21 | 142 | 233 | 131 | 45 | 0 | 47 | 315 | 120 | 42 |
| Binary | 10001 | 1100010 | 10011011 | 1011001 | 100101 | 0 | 100111 | 11001101 | 1010000 | 100010 |
Color Harmonies of #11629B
Complementary color
Monochromatic Colors of #11629B
Black with #11629B
Text Example
Text Example
White with #11629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11629B; }
p { color: rgb(17,98,155); }
H1.HeaderClassName
{
color: #11629B;
}
.AnyTagClassName
{
color: #11629B;
}
</style>
background-color css
<style>
a { background-color: #11629B; }
a { background-color: rgb(17,98,155); }
div.DivClassName
{
background-color: #11629B;
}
.BgClassName
{
background-color: #11629B;
}
</style>
border-color css
<style>
span { border-color: #11629B; }
span { border-color: rgb(17,98,155); }
td.TdClassName
{
border-color: #11629B;
}
.TagClassName
{
border-color: #11629B;
}
</style>