Shades of Endeavour #205D8B
Tints of Endeavour #205D8B
RGB
CMYK
RGB Variations
Color information
#205D8B (or 0x205D8B) is known color: Endeavour. HEX triplet: 20, 5D and 8B. RGB value is (32,93,139). Sum of RGB (Red+Green+Blue) = 32+93+139=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #205D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D8B is #DFA274. Grayscale: #4F4F4F. Windows color (decimal): -14656117 or 9133344. OLE color: 9133344.
HSL color Cylindrical-coordinate representation of color #205D8B: hue angle of 205.79º 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 #205D8B is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 93 | 139 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.45 |
| HSL | 205.79º | 0.63% | 0.34% | - |
| HSV(B) | 205.79º | 0.77% | 0.55% | - |
| XYZ | 9.17 | 10 | 25.87 | - |
| YUV | 80.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 139 | 0.77 | 0.33 | 0 | 0.45 | 205.79 | 0.63 | 0.34 |
| Hex | 20 | 5D | 8B | 4D | 21 | 0 | 2D | CE | 3F | 22 |
| Octal | 40 | 135 | 213 | 115 | 41 | 0 | 55 | 316 | 77 | 42 |
| Binary | 100000 | 1011101 | 10001011 | 1001101 | 100001 | 0 | 101101 | 11001110 | 111111 | 100010 |
Color Harmonies of #205D8B
Complementary color
Monochromatic Colors of #205D8B
Black with #205D8B
Text Example
Text Example
White with #205D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D8B; }
p { color: rgb(32,93,139); }
H1.HeaderClassName
{
color: #205D8B;
}
.AnyTagClassName
{
color: #205D8B;
}
</style>
background-color css
<style>
a { background-color: #205D8B; }
a { background-color: rgb(32,93,139); }
div.DivClassName
{
background-color: #205D8B;
}
.BgClassName
{
background-color: #205D8B;
}
</style>
border-color css
<style>
span { border-color: #205D8B; }
span { border-color: rgb(32,93,139); }
td.TdClassName
{
border-color: #205D8B;
}
.TagClassName
{
border-color: #205D8B;
}
</style>