Shades of Endeavour #20569B
Tints of Endeavour #20569B
RGB
CMYK
RGB Variations
Color information
#20569B (or 0x20569B) is known color: Endeavour. HEX triplet: 20, 56 and 9B. RGB value is (32,86,155). Sum of RGB (Red+Green+Blue) = 32+86+155=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #20569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20569B is #DFA964. Grayscale: #4D4D4D. Windows color (decimal): -14657893 or 10180128. OLE color: 10180128.
HSL color Cylindrical-coordinate representation of color #20569B: hue angle of 213.66º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20569B is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 86 | 155 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.39 |
| HSL | 213.66º | 0.66% | 0.37% | - |
| HSV(B) | 213.66º | 0.79% | 0.61% | - |
| XYZ | 9.84 | 9.33 | 32.29 | - |
| YUV | 77.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 155 | 0.79 | 0.45 | 0 | 0.39 | 213.66 | 0.66 | 0.37 |
| Hex | 20 | 56 | 9B | 4F | 2D | 0 | 27 | D6 | 42 | 25 |
| Octal | 40 | 126 | 233 | 117 | 55 | 0 | 47 | 326 | 102 | 45 |
| Binary | 100000 | 1010110 | 10011011 | 1001111 | 101101 | 0 | 100111 | 11010110 | 1000010 | 100101 |
Color Harmonies of #20569B
Complementary color
Monochromatic Colors of #20569B
Black with #20569B
Text Example
Text Example
White with #20569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20569B; }
p { color: rgb(32,86,155); }
H1.HeaderClassName
{
color: #20569B;
}
.AnyTagClassName
{
color: #20569B;
}
</style>
background-color css
<style>
a { background-color: #20569B; }
a { background-color: rgb(32,86,155); }
div.DivClassName
{
background-color: #20569B;
}
.BgClassName
{
background-color: #20569B;
}
</style>
border-color css
<style>
span { border-color: #20569B; }
span { border-color: rgb(32,86,155); }
td.TdClassName
{
border-color: #20569B;
}
.TagClassName
{
border-color: #20569B;
}
</style>