Shades of Endeavour #206093
Tints of Endeavour #206093
RGB
CMYK
RGB Variations
Color information
#206093 (or 0x206093) is known color: Endeavour. HEX triplet: 20, 60 and 93. RGB value is (32,96,147). Sum of RGB (Red+Green+Blue) = 32+96+147=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #206093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206093 is #DF9F6C. Grayscale: #525252. Windows color (decimal): -14655341 or 9658400. OLE color: 9658400.
HSL color Cylindrical-coordinate representation of color #206093: hue angle of 206.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206093 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 96 | 147 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.42 |
| HSL | 206.61º | 0.64% | 0.35% | - |
| HSV(B) | 206.61º | 0.78% | 0.58% | - |
| XYZ | 10.05 | 10.78 | 29.15 | - |
| YUV | 82.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 147 | 0.78 | 0.35 | 0 | 0.42 | 206.61 | 0.64 | 0.35 |
| Hex | 20 | 60 | 93 | 4E | 23 | 0 | 2A | CF | 40 | 23 |
| Octal | 40 | 140 | 223 | 116 | 43 | 0 | 52 | 317 | 100 | 43 |
| Binary | 100000 | 1100000 | 10010011 | 1001110 | 100011 | 0 | 101010 | 11001111 | 1000000 | 100011 |
Color Harmonies of #206093
Complementary color
Monochromatic Colors of #206093
Black with #206093
Text Example
Text Example
White with #206093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206093; }
p { color: rgb(32,96,147); }
H1.HeaderClassName
{
color: #206093;
}
.AnyTagClassName
{
color: #206093;
}
</style>
background-color css
<style>
a { background-color: #206093; }
a { background-color: rgb(32,96,147); }
div.DivClassName
{
background-color: #206093;
}
.BgClassName
{
background-color: #206093;
}
</style>
border-color css
<style>
span { border-color: #206093; }
span { border-color: rgb(32,96,147); }
td.TdClassName
{
border-color: #206093;
}
.TagClassName
{
border-color: #206093;
}
</style>