Shades of Endeavour #205B8D
Tints of Endeavour #205B8D
RGB
CMYK
RGB Variations
Color information
#205B8D (or 0x205B8D) is known color: Endeavour. HEX triplet: 20, 5B and 8D. RGB value is (32,91,141). Sum of RGB (Red+Green+Blue) = 32+91+141=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #205B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205B8D is #DFA472. Grayscale: #4E4E4E. Windows color (decimal): -14656627 or 9263904. OLE color: 9263904.
HSL color Cylindrical-coordinate representation of color #205B8D: hue angle of 207.52º 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 #205B8D is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 91 | 141 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.45 |
| HSL | 207.52º | 0.63% | 0.34% | - |
| HSV(B) | 207.52º | 0.77% | 0.55% | - |
| XYZ | 9.14 | 9.71 | 26.59 | - |
| YUV | 79.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 141 | 0.77 | 0.35 | 0 | 0.45 | 207.52 | 0.63 | 0.34 |
| Hex | 20 | 5B | 8D | 4D | 23 | 0 | 2D | D0 | 3F | 22 |
| Octal | 40 | 133 | 215 | 115 | 43 | 0 | 55 | 320 | 77 | 42 |
| Binary | 100000 | 1011011 | 10001101 | 1001101 | 100011 | 0 | 101101 | 11010000 | 111111 | 100010 |
Color Harmonies of #205B8D
Complementary color
Monochromatic Colors of #205B8D
Black with #205B8D
Text Example
Text Example
White with #205B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B8D; }
p { color: rgb(32,91,141); }
H1.HeaderClassName
{
color: #205B8D;
}
.AnyTagClassName
{
color: #205B8D;
}
</style>
background-color css
<style>
a { background-color: #205B8D; }
a { background-color: rgb(32,91,141); }
div.DivClassName
{
background-color: #205B8D;
}
.BgClassName
{
background-color: #205B8D;
}
</style>
border-color css
<style>
span { border-color: #205B8D; }
span { border-color: rgb(32,91,141); }
td.TdClassName
{
border-color: #205B8D;
}
.TagClassName
{
border-color: #205B8D;
}
</style>