Shades of Endeavour #21519F
Tints of Endeavour #21519F
RGB
CMYK
RGB Variations
Color information
#21519F (or 0x21519F) is known color: Endeavour. HEX triplet: 21, 51 and 9F. RGB value is (33,81,159). Sum of RGB (Red+Green+Blue) = 33+81+159=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #21519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21519F is #DEAE60. Grayscale: #4B4B4B. Windows color (decimal): -14593633 or 10440993. OLE color: 10440993.
HSL color Cylindrical-coordinate representation of color #21519F: hue angle of 217.14º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21519F is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 81 | 159 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.38 |
| HSL | 217.14º | 0.66% | 0.38% | - |
| HSV(B) | 217.14º | 0.79% | 0.62% | - |
| XYZ | 9.83 | 8.71 | 33.96 | - |
| YUV | 75.54 | 175.1 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 159 | 0.79 | 0.49 | 0 | 0.38 | 217.14 | 0.66 | 0.38 |
| Hex | 21 | 51 | 9F | 4F | 31 | 0 | 26 | D9 | 42 | 26 |
| Octal | 41 | 121 | 237 | 117 | 61 | 0 | 46 | 331 | 102 | 46 |
| Binary | 100001 | 1010001 | 10011111 | 1001111 | 110001 | 0 | 100110 | 11011001 | 1000010 | 100110 |
Color Harmonies of #21519F
Complementary color
Monochromatic Colors of #21519F
Black with #21519F
Text Example
Text Example
White with #21519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21519F; }
p { color: rgb(33,81,159); }
H1.HeaderClassName
{
color: #21519F;
}
.AnyTagClassName
{
color: #21519F;
}
</style>
background-color css
<style>
a { background-color: #21519F; }
a { background-color: rgb(33,81,159); }
div.DivClassName
{
background-color: #21519F;
}
.BgClassName
{
background-color: #21519F;
}
</style>
border-color css
<style>
span { border-color: #21519F; }
span { border-color: rgb(33,81,159); }
td.TdClassName
{
border-color: #21519F;
}
.TagClassName
{
border-color: #21519F;
}
</style>