Shades of Endeavour #205091
Tints of Endeavour #205091
RGB
CMYK
RGB Variations
Color information
#205091 (or 0x205091) is known color: Endeavour. HEX triplet: 20, 50 and 91. RGB value is (32,80,145). Sum of RGB (Red+Green+Blue) = 32+80+145=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #205091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205091 is #DFAF6E. Grayscale: #484848. Windows color (decimal): -14659439 or 9523232. OLE color: 9523232.
HSL color Cylindrical-coordinate representation of color #205091: hue angle of 214.51º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205091 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 80 | 145 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.43 |
| HSL | 214.51º | 0.64% | 0.35% | - |
| HSV(B) | 214.51º | 0.78% | 0.57% | - |
| XYZ | 8.58 | 8.09 | 27.9 | - |
| YUV | 73.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 145 | 0.78 | 0.45 | 0 | 0.43 | 214.51 | 0.64 | 0.35 |
| Hex | 20 | 50 | 91 | 4E | 2D | 0 | 2B | D7 | 40 | 23 |
| Octal | 40 | 120 | 221 | 116 | 55 | 0 | 53 | 327 | 100 | 43 |
| Binary | 100000 | 1010000 | 10010001 | 1001110 | 101101 | 0 | 101011 | 11010111 | 1000000 | 100011 |
Color Harmonies of #205091
Complementary color
Monochromatic Colors of #205091
Black with #205091
Text Example
Text Example
White with #205091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205091; }
p { color: rgb(32,80,145); }
H1.HeaderClassName
{
color: #205091;
}
.AnyTagClassName
{
color: #205091;
}
</style>
background-color css
<style>
a { background-color: #205091; }
a { background-color: rgb(32,80,145); }
div.DivClassName
{
background-color: #205091;
}
.BgClassName
{
background-color: #205091;
}
</style>
border-color css
<style>
span { border-color: #205091; }
span { border-color: rgb(32,80,145); }
td.TdClassName
{
border-color: #205091;
}
.TagClassName
{
border-color: #205091;
}
</style>