Shades of Endeavour #146697
Tints of Endeavour #146697
RGB
CMYK
RGB Variations
Color information
#146697 (or 0x146697) is known color: Endeavour. HEX triplet: 14, 66 and 97. RGB value is (20,102,151). Sum of RGB (Red+Green+Blue) = 20+102+151=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #146697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146697 is #EB9968. Grayscale: #525252. Windows color (decimal): -15440233 or 9922068. OLE color: 9922068.
HSL color Cylindrical-coordinate representation of color #146697: hue angle of 202.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146697 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 102 | 151 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.41 |
| HSL | 202.44º | 0.77% | 0.34% | - |
| HSV(B) | 202.44º | 0.87% | 0.59% | - |
| XYZ | 10.63 | 11.89 | 31.01 | - |
| YUV | 83.07 | 166.33 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 151 | 0.87 | 0.32 | 0 | 0.41 | 202.44 | 0.77 | 0.34 |
| Hex | 14 | 66 | 97 | 57 | 20 | 0 | 29 | CA | 4D | 22 |
| Octal | 24 | 146 | 227 | 127 | 40 | 0 | 51 | 312 | 115 | 42 |
| Binary | 10100 | 1100110 | 10010111 | 1010111 | 100000 | 0 | 101001 | 11001010 | 1001101 | 100010 |
Color Harmonies of #146697
Complementary color
Monochromatic Colors of #146697
Black with #146697
Text Example
Text Example
White with #146697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146697; }
p { color: rgb(20,102,151); }
H1.HeaderClassName
{
color: #146697;
}
.AnyTagClassName
{
color: #146697;
}
</style>
background-color css
<style>
a { background-color: #146697; }
a { background-color: rgb(20,102,151); }
div.DivClassName
{
background-color: #146697;
}
.BgClassName
{
background-color: #146697;
}
</style>
border-color css
<style>
span { border-color: #146697; }
span { border-color: rgb(20,102,151); }
td.TdClassName
{
border-color: #146697;
}
.TagClassName
{
border-color: #146697;
}
</style>