Shades of Endeavour #20599D
Tints of Endeavour #20599D
RGB
CMYK
RGB Variations
Color information
#20599D (or 0x20599D) is known color: Endeavour. HEX triplet: 20, 59 and 9D. RGB value is (32,89,157). Sum of RGB (Red+Green+Blue) = 32+89+157=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #20599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20599D is #DFA662. Grayscale: #4F4F4F. Windows color (decimal): -14657123 or 10311968. OLE color: 10311968.
HSL color Cylindrical-coordinate representation of color #20599D: hue angle of 212.64º 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 #20599D is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 89 | 157 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.38 |
| HSL | 212.64º | 0.66% | 0.37% | - |
| HSV(B) | 212.64º | 0.8% | 0.62% | - |
| XYZ | 10.25 | 9.89 | 33.27 | - |
| YUV | 79.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 157 | 0.80 | 0.43 | 0 | 0.38 | 212.64 | 0.66 | 0.37 |
| Hex | 20 | 59 | 9D | 50 | 2B | 0 | 26 | D5 | 42 | 25 |
| Octal | 40 | 131 | 235 | 120 | 53 | 0 | 46 | 325 | 102 | 45 |
| Binary | 100000 | 1011001 | 10011101 | 1010000 | 101011 | 0 | 100110 | 11010101 | 1000010 | 100101 |
Color Harmonies of #20599D
Complementary color
Monochromatic Colors of #20599D
Black with #20599D
Text Example
Text Example
White with #20599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20599D; }
p { color: rgb(32,89,157); }
H1.HeaderClassName
{
color: #20599D;
}
.AnyTagClassName
{
color: #20599D;
}
</style>
background-color css
<style>
a { background-color: #20599D; }
a { background-color: rgb(32,89,157); }
div.DivClassName
{
background-color: #20599D;
}
.BgClassName
{
background-color: #20599D;
}
</style>
border-color css
<style>
span { border-color: #20599D; }
span { border-color: rgb(32,89,157); }
td.TdClassName
{
border-color: #20599D;
}
.TagClassName
{
border-color: #20599D;
}
</style>