Shades of Endeavour #20518C
Tints of Endeavour #20518C
RGB
CMYK
RGB Variations
Color information
#20518C (or 0x20518C) is known color: Endeavour. HEX triplet: 20, 51 and 8C. RGB value is (32,81,140). Sum of RGB (Red+Green+Blue) = 32+81+140=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #20518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20518C is #DFAE73. Grayscale: #484848. Windows color (decimal): -14659188 or 9195808. OLE color: 9195808.
HSL color Cylindrical-coordinate representation of color #20518C: hue angle of 212.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20518C is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 81 | 140 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.45 |
| HSL | 212.78º | 0.63% | 0.34% | - |
| HSV(B) | 212.78º | 0.77% | 0.55% | - |
| XYZ | 8.27 | 8.09 | 25.94 | - |
| YUV | 73.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 140 | 0.77 | 0.42 | 0 | 0.45 | 212.78 | 0.63 | 0.34 |
| Hex | 20 | 51 | 8C | 4D | 2A | 0 | 2D | D5 | 3F | 22 |
| Octal | 40 | 121 | 214 | 115 | 52 | 0 | 55 | 325 | 77 | 42 |
| Binary | 100000 | 1010001 | 10001100 | 1001101 | 101010 | 0 | 101101 | 11010101 | 111111 | 100010 |
Color Harmonies of #20518C
Complementary color
Monochromatic Colors of #20518C
Black with #20518C
Text Example
Text Example
White with #20518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20518C; }
p { color: rgb(32,81,140); }
H1.HeaderClassName
{
color: #20518C;
}
.AnyTagClassName
{
color: #20518C;
}
</style>
background-color css
<style>
a { background-color: #20518C; }
a { background-color: rgb(32,81,140); }
div.DivClassName
{
background-color: #20518C;
}
.BgClassName
{
background-color: #20518C;
}
</style>
border-color css
<style>
span { border-color: #20518C; }
span { border-color: rgb(32,81,140); }
td.TdClassName
{
border-color: #20518C;
}
.TagClassName
{
border-color: #20518C;
}
</style>