Shades of Endeavour #21518A
Tints of Endeavour #21518A
RGB
CMYK
RGB Variations
Color information
#21518A (or 0x21518A) is known color: Endeavour. HEX triplet: 21, 51 and 8A. RGB value is (33,81,138). Sum of RGB (Red+Green+Blue) = 33+81+138=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #21518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21518A is #DEAE75. Grayscale: #484848. Windows color (decimal): -14593654 or 9064737. OLE color: 9064737.
HSL color Cylindrical-coordinate representation of color #21518A: hue angle of 212.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21518A is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 81 | 138 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.46 |
| HSL | 212.57º | 0.61% | 0.34% | - |
| HSV(B) | 212.57º | 0.76% | 0.54% | - |
| XYZ | 8.16 | 8.04 | 25.17 | - |
| YUV | 73.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 138 | 0.76 | 0.41 | 0 | 0.46 | 212.57 | 0.61 | 0.34 |
| Hex | 21 | 51 | 8A | 4C | 29 | 0 | 2E | D5 | 3D | 22 |
| Octal | 41 | 121 | 212 | 114 | 51 | 0 | 56 | 325 | 75 | 42 |
| Binary | 100001 | 1010001 | 10001010 | 1001100 | 101001 | 0 | 101110 | 11010101 | 111101 | 100010 |
Color Harmonies of #21518A
Complementary color
Monochromatic Colors of #21518A
Black with #21518A
Text Example
Text Example
White with #21518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21518A; }
p { color: rgb(33,81,138); }
H1.HeaderClassName
{
color: #21518A;
}
.AnyTagClassName
{
color: #21518A;
}
</style>
background-color css
<style>
a { background-color: #21518A; }
a { background-color: rgb(33,81,138); }
div.DivClassName
{
background-color: #21518A;
}
.BgClassName
{
background-color: #21518A;
}
</style>
border-color css
<style>
span { border-color: #21518A; }
span { border-color: rgb(33,81,138); }
td.TdClassName
{
border-color: #21518A;
}
.TagClassName
{
border-color: #21518A;
}
</style>