Shades of Endeavour #215F91
Tints of Endeavour #215F91
RGB
CMYK
RGB Variations
Color information
#215F91 (or 0x215F91) is known color: Endeavour. HEX triplet: 21, 5F and 91. RGB value is (33,95,145). Sum of RGB (Red+Green+Blue) = 33+95+145=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #215F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F91 is #DEA06E. Grayscale: #515151. Windows color (decimal): -14590063 or 9527073. OLE color: 9527073.
HSL color Cylindrical-coordinate representation of color #215F91: hue angle of 206.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215F91 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 95 | 145 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.43 |
| HSL | 206.79º | 0.63% | 0.35% | - |
| HSV(B) | 206.79º | 0.77% | 0.57% | - |
| XYZ | 9.83 | 10.55 | 28.31 | - |
| YUV | 82.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 145 | 0.77 | 0.34 | 0 | 0.43 | 206.79 | 0.63 | 0.35 |
| Hex | 21 | 5F | 91 | 4D | 22 | 0 | 2B | CF | 3F | 23 |
| Octal | 41 | 137 | 221 | 115 | 42 | 0 | 53 | 317 | 77 | 43 |
| Binary | 100001 | 1011111 | 10010001 | 1001101 | 100010 | 0 | 101011 | 11001111 | 111111 | 100011 |
Color Harmonies of #215F91
Complementary color
Monochromatic Colors of #215F91
Black with #215F91
Text Example
Text Example
White with #215F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F91; }
p { color: rgb(33,95,145); }
H1.HeaderClassName
{
color: #215F91;
}
.AnyTagClassName
{
color: #215F91;
}
</style>
background-color css
<style>
a { background-color: #215F91; }
a { background-color: rgb(33,95,145); }
div.DivClassName
{
background-color: #215F91;
}
.BgClassName
{
background-color: #215F91;
}
</style>
border-color css
<style>
span { border-color: #215F91; }
span { border-color: rgb(33,95,145); }
td.TdClassName
{
border-color: #215F91;
}
.TagClassName
{
border-color: #215F91;
}
</style>