Shades of Endeavour #205D8A
Tints of Endeavour #205D8A
RGB
CMYK
RGB Variations
Color information
#205D8A (or 0x205D8A) is known color: Endeavour. HEX triplet: 20, 5D and 8A. RGB value is (32,93,138). Sum of RGB (Red+Green+Blue) = 32+93+138=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #205D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D8A is #DFA275. Grayscale: #4F4F4F. Windows color (decimal): -14656118 or 9067808. OLE color: 9067808.
HSL color Cylindrical-coordinate representation of color #205D8A: hue angle of 205.47º 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 #205D8A is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 93 | 138 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.46 |
| HSL | 205.47º | 0.62% | 0.33% | - |
| HSV(B) | 205.47º | 0.77% | 0.54% | - |
| XYZ | 9.1 | 9.97 | 25.49 | - |
| YUV | 79.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 138 | 0.77 | 0.33 | 0 | 0.46 | 205.47 | 0.62 | 0.33 |
| Hex | 20 | 5D | 8A | 4D | 21 | 0 | 2E | CD | 3E | 21 |
| Octal | 40 | 135 | 212 | 115 | 41 | 0 | 56 | 315 | 76 | 41 |
| Binary | 100000 | 1011101 | 10001010 | 1001101 | 100001 | 0 | 101110 | 11001101 | 111110 | 100001 |
Color Harmonies of #205D8A
Complementary color
Monochromatic Colors of #205D8A
Black with #205D8A
Text Example
Text Example
White with #205D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D8A; }
p { color: rgb(32,93,138); }
H1.HeaderClassName
{
color: #205D8A;
}
.AnyTagClassName
{
color: #205D8A;
}
</style>
background-color css
<style>
a { background-color: #205D8A; }
a { background-color: rgb(32,93,138); }
div.DivClassName
{
background-color: #205D8A;
}
.BgClassName
{
background-color: #205D8A;
}
</style>
border-color css
<style>
span { border-color: #205D8A; }
span { border-color: rgb(32,93,138); }
td.TdClassName
{
border-color: #205D8A;
}
.TagClassName
{
border-color: #205D8A;
}
</style>