Shades of Endeavour #20599F
Tints of Endeavour #20599F
RGB
CMYK
RGB Variations
Color information
#20599F (or 0x20599F) is known color: Endeavour. HEX triplet: 20, 59 and 9F. RGB value is (32,89,159). Sum of RGB (Red+Green+Blue) = 32+89+159=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #20599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20599F is #DFA660. Grayscale: #4F4F4F. Windows color (decimal): -14657121 or 10443040. OLE color: 10443040.
HSL color Cylindrical-coordinate representation of color #20599F: hue angle of 213.07º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20599F is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 89 | 159 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.38 |
| HSL | 213.07º | 0.66% | 0.37% | - |
| HSV(B) | 213.07º | 0.8% | 0.62% | - |
| XYZ | 10.43 | 9.96 | 34.17 | - |
| YUV | 79.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 159 | 0.80 | 0.44 | 0 | 0.38 | 213.07 | 0.66 | 0.37 |
| Hex | 20 | 59 | 9F | 50 | 2C | 0 | 26 | D5 | 42 | 25 |
| Octal | 40 | 131 | 237 | 120 | 54 | 0 | 46 | 325 | 102 | 45 |
| Binary | 100000 | 1011001 | 10011111 | 1010000 | 101100 | 0 | 100110 | 11010101 | 1000010 | 100101 |
Color Harmonies of #20599F
Complementary color
Monochromatic Colors of #20599F
Black with #20599F
Text Example
Text Example
White with #20599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20599F; }
p { color: rgb(32,89,159); }
H1.HeaderClassName
{
color: #20599F;
}
.AnyTagClassName
{
color: #20599F;
}
</style>
background-color css
<style>
a { background-color: #20599F; }
a { background-color: rgb(32,89,159); }
div.DivClassName
{
background-color: #20599F;
}
.BgClassName
{
background-color: #20599F;
}
</style>
border-color css
<style>
span { border-color: #20599F; }
span { border-color: rgb(32,89,159); }
td.TdClassName
{
border-color: #20599F;
}
.TagClassName
{
border-color: #20599F;
}
</style>