Shades of Endeavour #11639B
Tints of Endeavour #11639B
RGB
CMYK
RGB Variations
Color information
#11639B (or 0x11639B) is known color: Endeavour. HEX triplet: 11, 63 and 9B. RGB value is (17,99,155). Sum of RGB (Red+Green+Blue) = 17+99+155=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #11639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11639B is #EE9C64. Grayscale: #505050. Windows color (decimal): -15637605 or 10183441. OLE color: 10183441.
HSL color Cylindrical-coordinate representation of color #11639B: hue angle of 204.35º 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 #11639B is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 99 | 155 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.39 |
| HSL | 204.35º | 0.8% | 0.34% | - |
| HSV(B) | 204.35º | 0.89% | 0.61% | - |
| XYZ | 10.61 | 11.41 | 32.65 | - |
| YUV | 80.87 | 169.83 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 155 | 0.89 | 0.36 | 0 | 0.39 | 204.35 | 0.8 | 0.34 |
| Hex | 11 | 63 | 9B | 59 | 24 | 0 | 27 | CC | 50 | 22 |
| Octal | 21 | 143 | 233 | 131 | 44 | 0 | 47 | 314 | 120 | 42 |
| Binary | 10001 | 1100011 | 10011011 | 1011001 | 100100 | 0 | 100111 | 11001100 | 1010000 | 100010 |
Color Harmonies of #11639B
Complementary color
Monochromatic Colors of #11639B
Black with #11639B
Text Example
Text Example
White with #11639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11639B; }
p { color: rgb(17,99,155); }
H1.HeaderClassName
{
color: #11639B;
}
.AnyTagClassName
{
color: #11639B;
}
</style>
background-color css
<style>
a { background-color: #11639B; }
a { background-color: rgb(17,99,155); }
div.DivClassName
{
background-color: #11639B;
}
.BgClassName
{
background-color: #11639B;
}
</style>
border-color css
<style>
span { border-color: #11639B; }
span { border-color: rgb(17,99,155); }
td.TdClassName
{
border-color: #11639B;
}
.TagClassName
{
border-color: #11639B;
}
</style>