Shades of Endeavour #205F8D
Tints of Endeavour #205F8D
RGB
CMYK
RGB Variations
Color information
#205F8D (or 0x205F8D) is known color: Endeavour. HEX triplet: 20, 5F and 8D. RGB value is (32,95,141). Sum of RGB (Red+Green+Blue) = 32+95+141=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #205F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F8D is #DFA072. Grayscale: #515151. Windows color (decimal): -14655603 or 9264928. OLE color: 9264928.
HSL color Cylindrical-coordinate representation of color #205F8D: hue angle of 205.32º 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 #205F8D is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 95 | 141 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.45 |
| HSL | 205.32º | 0.63% | 0.34% | - |
| HSV(B) | 205.32º | 0.77% | 0.55% | - |
| XYZ | 9.5 | 10.41 | 26.71 | - |
| YUV | 81.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 141 | 0.77 | 0.33 | 0 | 0.45 | 205.32 | 0.63 | 0.34 |
| Hex | 20 | 5F | 8D | 4D | 21 | 0 | 2D | CD | 3F | 22 |
| Octal | 40 | 137 | 215 | 115 | 41 | 0 | 55 | 315 | 77 | 42 |
| Binary | 100000 | 1011111 | 10001101 | 1001101 | 100001 | 0 | 101101 | 11001101 | 111111 | 100010 |
Color Harmonies of #205F8D
Complementary color
Monochromatic Colors of #205F8D
Black with #205F8D
Text Example
Text Example
White with #205F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F8D; }
p { color: rgb(32,95,141); }
H1.HeaderClassName
{
color: #205F8D;
}
.AnyTagClassName
{
color: #205F8D;
}
</style>
background-color css
<style>
a { background-color: #205F8D; }
a { background-color: rgb(32,95,141); }
div.DivClassName
{
background-color: #205F8D;
}
.BgClassName
{
background-color: #205F8D;
}
</style>
border-color css
<style>
span { border-color: #205F8D; }
span { border-color: rgb(32,95,141); }
td.TdClassName
{
border-color: #205F8D;
}
.TagClassName
{
border-color: #205F8D;
}
</style>