Shades of Endeavour #146695
Tints of Endeavour #146695
RGB
CMYK
RGB Variations
Color information
#146695 (or 0x146695) is known color: Endeavour. HEX triplet: 14, 66 and 95. RGB value is (20,102,149). Sum of RGB (Red+Green+Blue) = 20+102+149=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #146695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146695 is #EB996A. Grayscale: #525252. Windows color (decimal): -15440235 or 9790996. OLE color: 9790996.
HSL color Cylindrical-coordinate representation of color #146695: hue angle of 201.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146695 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 102 | 149 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.42 |
| HSL | 201.86º | 0.76% | 0.33% | - |
| HSV(B) | 201.86º | 0.87% | 0.58% | - |
| XYZ | 10.46 | 11.82 | 30.16 | - |
| YUV | 82.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 149 | 0.87 | 0.32 | 0 | 0.42 | 201.86 | 0.76 | 0.33 |
| Hex | 14 | 66 | 95 | 57 | 20 | 0 | 2A | CA | 4C | 21 |
| Octal | 24 | 146 | 225 | 127 | 40 | 0 | 52 | 312 | 114 | 41 |
| Binary | 10100 | 1100110 | 10010101 | 1010111 | 100000 | 0 | 101010 | 11001010 | 1001100 | 100001 |
Color Harmonies of #146695
Complementary color
Monochromatic Colors of #146695
Black with #146695
Text Example
Text Example
White with #146695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146695; }
p { color: rgb(20,102,149); }
H1.HeaderClassName
{
color: #146695;
}
.AnyTagClassName
{
color: #146695;
}
</style>
background-color css
<style>
a { background-color: #146695; }
a { background-color: rgb(20,102,149); }
div.DivClassName
{
background-color: #146695;
}
.BgClassName
{
background-color: #146695;
}
</style>
border-color css
<style>
span { border-color: #146695; }
span { border-color: rgb(20,102,149); }
td.TdClassName
{
border-color: #146695;
}
.TagClassName
{
border-color: #146695;
}
</style>