Shades of Endeavour #20518A
Tints of Endeavour #20518A
RGB
CMYK
RGB Variations
Color information
#20518A (or 0x20518A) is known color: Endeavour. HEX triplet: 20, 51 and 8A. RGB value is (32,81,138). Sum of RGB (Red+Green+Blue) = 32+81+138=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #20518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20518A is #DFAE75. Grayscale: #484848. Windows color (decimal): -14659190 or 9064736. OLE color: 9064736.
HSL color Cylindrical-coordinate representation of color #20518A: hue angle of 212.26º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20518A is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 81 | 138 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.46 |
| HSL | 212.26º | 0.62% | 0.33% | - |
| HSV(B) | 212.26º | 0.77% | 0.54% | - |
| XYZ | 8.13 | 8.03 | 25.17 | - |
| YUV | 72.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 138 | 0.77 | 0.41 | 0 | 0.46 | 212.26 | 0.62 | 0.33 |
| Hex | 20 | 51 | 8A | 4D | 29 | 0 | 2E | D4 | 3E | 21 |
| Octal | 40 | 121 | 212 | 115 | 51 | 0 | 56 | 324 | 76 | 41 |
| Binary | 100000 | 1010001 | 10001010 | 1001101 | 101001 | 0 | 101110 | 11010100 | 111110 | 100001 |
Color Harmonies of #20518A
Complementary color
Monochromatic Colors of #20518A
Black with #20518A
Text Example
Text Example
White with #20518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20518A; }
p { color: rgb(32,81,138); }
H1.HeaderClassName
{
color: #20518A;
}
.AnyTagClassName
{
color: #20518A;
}
</style>
background-color css
<style>
a { background-color: #20518A; }
a { background-color: rgb(32,81,138); }
div.DivClassName
{
background-color: #20518A;
}
.BgClassName
{
background-color: #20518A;
}
</style>
border-color css
<style>
span { border-color: #20518A; }
span { border-color: rgb(32,81,138); }
td.TdClassName
{
border-color: #20518A;
}
.TagClassName
{
border-color: #20518A;
}
</style>