Shades of Endeavour #21518E
Tints of Endeavour #21518E
RGB
CMYK
RGB Variations
Color information
#21518E (or 0x21518E) is known color: Endeavour. HEX triplet: 21, 51 and 8E. RGB value is (33,81,142). Sum of RGB (Red+Green+Blue) = 33+81+142=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #21518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21518E is #DEAE71. Grayscale: #494949. Windows color (decimal): -14593650 or 9326881. OLE color: 9326881.
HSL color Cylindrical-coordinate representation of color #21518E: hue angle of 213.58º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21518E is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 81 | 142 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.44 |
| HSL | 213.58º | 0.62% | 0.34% | - |
| HSV(B) | 213.58º | 0.77% | 0.56% | - |
| XYZ | 8.45 | 8.16 | 26.72 | - |
| YUV | 73.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 142 | 0.77 | 0.43 | 0 | 0.44 | 213.58 | 0.62 | 0.34 |
| Hex | 21 | 51 | 8E | 4D | 2B | 0 | 2C | D6 | 3E | 22 |
| Octal | 41 | 121 | 216 | 115 | 53 | 0 | 54 | 326 | 76 | 42 |
| Binary | 100001 | 1010001 | 10001110 | 1001101 | 101011 | 0 | 101100 | 11010110 | 111110 | 100010 |
Color Harmonies of #21518E
Complementary color
Monochromatic Colors of #21518E
Black with #21518E
Text Example
Text Example
White with #21518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21518E; }
p { color: rgb(33,81,142); }
H1.HeaderClassName
{
color: #21518E;
}
.AnyTagClassName
{
color: #21518E;
}
</style>
background-color css
<style>
a { background-color: #21518E; }
a { background-color: rgb(33,81,142); }
div.DivClassName
{
background-color: #21518E;
}
.BgClassName
{
background-color: #21518E;
}
</style>
border-color css
<style>
span { border-color: #21518E; }
span { border-color: rgb(33,81,142); }
td.TdClassName
{
border-color: #21518E;
}
.TagClassName
{
border-color: #21518E;
}
</style>