Shades of Endeavour #20668F
Tints of Endeavour #20668F
RGB
CMYK
RGB Variations
Color information
#20668F (or 0x20668F) is known color: Endeavour. HEX triplet: 20, 66 and 8F. RGB value is (32,102,143). Sum of RGB (Red+Green+Blue) = 32+102+143=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #20668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20668F is #DF9970. Grayscale: #555555. Windows color (decimal): -14653809 or 9397792. OLE color: 9397792.
HSL color Cylindrical-coordinate representation of color #20668F: hue angle of 202.16º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20668F is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 102 | 143 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.44 |
| HSL | 202.16º | 0.63% | 0.34% | - |
| HSV(B) | 202.16º | 0.78% | 0.56% | - |
| XYZ | 10.3 | 11.79 | 27.72 | - |
| YUV | 85.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 143 | 0.78 | 0.29 | 0 | 0.44 | 202.16 | 0.63 | 0.34 |
| Hex | 20 | 66 | 8F | 4E | 1D | 0 | 2C | CA | 3F | 22 |
| Octal | 40 | 146 | 217 | 116 | 35 | 0 | 54 | 312 | 77 | 42 |
| Binary | 100000 | 1100110 | 10001111 | 1001110 | 11101 | 0 | 101100 | 11001010 | 111111 | 100010 |
Color Harmonies of #20668F
Complementary color
Monochromatic Colors of #20668F
Black with #20668F
Text Example
Text Example
White with #20668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20668F; }
p { color: rgb(32,102,143); }
H1.HeaderClassName
{
color: #20668F;
}
.AnyTagClassName
{
color: #20668F;
}
</style>
background-color css
<style>
a { background-color: #20668F; }
a { background-color: rgb(32,102,143); }
div.DivClassName
{
background-color: #20668F;
}
.BgClassName
{
background-color: #20668F;
}
</style>
border-color css
<style>
span { border-color: #20668F; }
span { border-color: rgb(32,102,143); }
td.TdClassName
{
border-color: #20668F;
}
.TagClassName
{
border-color: #20668F;
}
</style>