Shades of Endeavour #215999
Tints of Endeavour #215999
RGB
CMYK
RGB Variations
Color information
#215999 (or 0x215999) is known color: Endeavour. HEX triplet: 21, 59 and 99. RGB value is (33,89,153). Sum of RGB (Red+Green+Blue) = 33+89+153=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #215999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215999 is #DEA666. Grayscale: #4F4F4F. Windows color (decimal): -14591591 or 10049825. OLE color: 10049825.
HSL color Cylindrical-coordinate representation of color #215999: hue angle of 212º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215999 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 89 | 153 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.4 |
| HSL | 212º | 0.65% | 0.36% | - |
| HSV(B) | 212º | 0.78% | 0.6% | - |
| XYZ | 9.95 | 9.77 | 31.5 | - |
| YUV | 79.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 153 | 0.78 | 0.42 | 0 | 0.4 | 212 | 0.65 | 0.36 |
| Hex | 21 | 59 | 99 | 4E | 2A | 0 | 28 | D4 | 41 | 24 |
| Octal | 41 | 131 | 231 | 116 | 52 | 0 | 50 | 324 | 101 | 44 |
| Binary | 100001 | 1011001 | 10011001 | 1001110 | 101010 | 0 | 101000 | 11010100 | 1000001 | 100100 |
Color Harmonies of #215999
Complementary color
Monochromatic Colors of #215999
Black with #215999
Text Example
Text Example
White with #215999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215999; }
p { color: rgb(33,89,153); }
H1.HeaderClassName
{
color: #215999;
}
.AnyTagClassName
{
color: #215999;
}
</style>
background-color css
<style>
a { background-color: #215999; }
a { background-color: rgb(33,89,153); }
div.DivClassName
{
background-color: #215999;
}
.BgClassName
{
background-color: #215999;
}
</style>
border-color css
<style>
span { border-color: #215999; }
span { border-color: rgb(33,89,153); }
td.TdClassName
{
border-color: #215999;
}
.TagClassName
{
border-color: #215999;
}
</style>