Shades of Endeavour #11649C
Tints of Endeavour #11649C
RGB
CMYK
RGB Variations
Color information
#11649C (or 0x11649C) is known color: Endeavour. HEX triplet: 11, 64 and 9C. RGB value is (17,100,156). Sum of RGB (Red+Green+Blue) = 17+100+156=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #11649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11649C is #EE9B63. Grayscale: #515151. Windows color (decimal): -15637348 or 10249233. OLE color: 10249233.
HSL color Cylindrical-coordinate representation of color #11649C: hue angle of 204.17º 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 #11649C is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 100 | 156 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.39 |
| HSL | 204.17º | 0.8% | 0.34% | - |
| HSV(B) | 204.17º | 0.89% | 0.61% | - |
| XYZ | 10.79 | 11.63 | 33.13 | - |
| YUV | 81.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 156 | 0.89 | 0.36 | 0 | 0.39 | 204.17 | 0.8 | 0.34 |
| Hex | 11 | 64 | 9C | 59 | 24 | 0 | 27 | CC | 50 | 22 |
| Octal | 21 | 144 | 234 | 131 | 44 | 0 | 47 | 314 | 120 | 42 |
| Binary | 10001 | 1100100 | 10011100 | 1011001 | 100100 | 0 | 100111 | 11001100 | 1010000 | 100010 |
Color Harmonies of #11649C
Complementary color
Monochromatic Colors of #11649C
Black with #11649C
Text Example
Text Example
White with #11649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11649C; }
p { color: rgb(17,100,156); }
H1.HeaderClassName
{
color: #11649C;
}
.AnyTagClassName
{
color: #11649C;
}
</style>
background-color css
<style>
a { background-color: #11649C; }
a { background-color: rgb(17,100,156); }
div.DivClassName
{
background-color: #11649C;
}
.BgClassName
{
background-color: #11649C;
}
</style>
border-color css
<style>
span { border-color: #11649C; }
span { border-color: rgb(17,100,156); }
td.TdClassName
{
border-color: #11649C;
}
.TagClassName
{
border-color: #11649C;
}
</style>