Shades of Endeavour #146199
Tints of Endeavour #146199
RGB
CMYK
RGB Variations
Color information
#146199 (or 0x146199) is known color: Endeavour. HEX triplet: 14, 61 and 99. RGB value is (20,97,153). Sum of RGB (Red+Green+Blue) = 20+97+153=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #146199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146199 is #EB9E66. Grayscale: #505050. Windows color (decimal): -15441511 or 10051860. OLE color: 10051860.
HSL color Cylindrical-coordinate representation of color #146199: hue angle of 205.26º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146199 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 97 | 153 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.4 |
| HSL | 205.26º | 0.77% | 0.34% | - |
| HSV(B) | 205.26º | 0.87% | 0.6% | - |
| XYZ | 10.31 | 11 | 31.72 | - |
| YUV | 80.36 | 168.99 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 153 | 0.87 | 0.37 | 0 | 0.4 | 205.26 | 0.77 | 0.34 |
| Hex | 14 | 61 | 99 | 57 | 25 | 0 | 28 | CD | 4D | 22 |
| Octal | 24 | 141 | 231 | 127 | 45 | 0 | 50 | 315 | 115 | 42 |
| Binary | 10100 | 1100001 | 10011001 | 1010111 | 100101 | 0 | 101000 | 11001101 | 1001101 | 100010 |
Color Harmonies of #146199
Complementary color
Monochromatic Colors of #146199
Black with #146199
Text Example
Text Example
White with #146199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146199; }
p { color: rgb(20,97,153); }
H1.HeaderClassName
{
color: #146199;
}
.AnyTagClassName
{
color: #146199;
}
</style>
background-color css
<style>
a { background-color: #146199; }
a { background-color: rgb(20,97,153); }
div.DivClassName
{
background-color: #146199;
}
.BgClassName
{
background-color: #146199;
}
</style>
border-color css
<style>
span { border-color: #146199; }
span { border-color: rgb(20,97,153); }
td.TdClassName
{
border-color: #146199;
}
.TagClassName
{
border-color: #146199;
}
</style>