Shades of Endeavour #205E99
Tints of Endeavour #205E99
RGB
CMYK
RGB Variations
Color information
#205E99 (or 0x205E99) is known color: Endeavour. HEX triplet: 20, 5E and 99. RGB value is (32,94,153). Sum of RGB (Red+Green+Blue) = 32+94+153=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #205E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E99 is #DFA166. Grayscale: #515151. Windows color (decimal): -14655847 or 10051104. OLE color: 10051104.
HSL color Cylindrical-coordinate representation of color #205E99: hue angle of 209.26º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205E99 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 94 | 153 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.4 |
| HSL | 209.26º | 0.65% | 0.36% | - |
| HSV(B) | 209.26º | 0.79% | 0.6% | - |
| XYZ | 10.35 | 10.61 | 31.64 | - |
| YUV | 82.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 153 | 0.79 | 0.39 | 0 | 0.4 | 209.26 | 0.65 | 0.36 |
| Hex | 20 | 5E | 99 | 4F | 27 | 0 | 28 | D1 | 41 | 24 |
| Octal | 40 | 136 | 231 | 117 | 47 | 0 | 50 | 321 | 101 | 44 |
| Binary | 100000 | 1011110 | 10011001 | 1001111 | 100111 | 0 | 101000 | 11010001 | 1000001 | 100100 |
Color Harmonies of #205E99
Complementary color
Monochromatic Colors of #205E99
Black with #205E99
Text Example
Text Example
White with #205E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E99; }
p { color: rgb(32,94,153); }
H1.HeaderClassName
{
color: #205E99;
}
.AnyTagClassName
{
color: #205E99;
}
</style>
background-color css
<style>
a { background-color: #205E99; }
a { background-color: rgb(32,94,153); }
div.DivClassName
{
background-color: #205E99;
}
.BgClassName
{
background-color: #205E99;
}
</style>
border-color css
<style>
span { border-color: #205E99; }
span { border-color: rgb(32,94,153); }
td.TdClassName
{
border-color: #205E99;
}
.TagClassName
{
border-color: #205E99;
}
</style>