Shades of Endeavour #146495
Tints of Endeavour #146495
RGB
CMYK
RGB Variations
Color information
#146495 (or 0x146495) is known color: Endeavour. HEX triplet: 14, 64 and 95. RGB value is (20,100,149). Sum of RGB (Red+Green+Blue) = 20+100+149=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #146495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146495 is #EB9B6A. Grayscale: #515151. Windows color (decimal): -15440747 or 9790484. OLE color: 9790484.
HSL color Cylindrical-coordinate representation of color #146495: hue angle of 202.79º 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 #146495 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 100 | 149 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.42 |
| HSL | 202.79º | 0.76% | 0.33% | - |
| HSV(B) | 202.79º | 0.87% | 0.58% | - |
| XYZ | 10.27 | 11.43 | 30.1 | - |
| YUV | 81.67 | 166 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 149 | 0.87 | 0.33 | 0 | 0.42 | 202.79 | 0.76 | 0.33 |
| Hex | 14 | 64 | 95 | 57 | 21 | 0 | 2A | CB | 4C | 21 |
| Octal | 24 | 144 | 225 | 127 | 41 | 0 | 52 | 313 | 114 | 41 |
| Binary | 10100 | 1100100 | 10010101 | 1010111 | 100001 | 0 | 101010 | 11001011 | 1001100 | 100001 |
Color Harmonies of #146495
Complementary color
Monochromatic Colors of #146495
Black with #146495
Text Example
Text Example
White with #146495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146495; }
p { color: rgb(20,100,149); }
H1.HeaderClassName
{
color: #146495;
}
.AnyTagClassName
{
color: #146495;
}
</style>
background-color css
<style>
a { background-color: #146495; }
a { background-color: rgb(20,100,149); }
div.DivClassName
{
background-color: #146495;
}
.BgClassName
{
background-color: #146495;
}
</style>
border-color css
<style>
span { border-color: #146495; }
span { border-color: rgb(20,100,149); }
td.TdClassName
{
border-color: #146495;
}
.TagClassName
{
border-color: #146495;
}
</style>