Shades of Endeavour #146395
Tints of Endeavour #146395
RGB
CMYK
RGB Variations
Color information
#146395 (or 0x146395) is known color: Endeavour. HEX triplet: 14, 63 and 95. RGB value is (20,99,149). Sum of RGB (Red+Green+Blue) = 20+99+149=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #146395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146395 is #EB9C6A. Grayscale: #505050. Windows color (decimal): -15441003 or 9790228. OLE color: 9790228.
HSL color Cylindrical-coordinate representation of color #146395: hue angle of 203.26º 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 #146395 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 99 | 149 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.42 |
| HSL | 203.26º | 0.76% | 0.33% | - |
| HSV(B) | 203.26º | 0.87% | 0.58% | - |
| XYZ | 10.18 | 11.24 | 30.07 | - |
| YUV | 81.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 149 | 0.87 | 0.34 | 0 | 0.42 | 203.26 | 0.76 | 0.33 |
| Hex | 14 | 63 | 95 | 57 | 22 | 0 | 2A | CB | 4C | 21 |
| Octal | 24 | 143 | 225 | 127 | 42 | 0 | 52 | 313 | 114 | 41 |
| Binary | 10100 | 1100011 | 10010101 | 1010111 | 100010 | 0 | 101010 | 11001011 | 1001100 | 100001 |
Color Harmonies of #146395
Complementary color
Monochromatic Colors of #146395
Black with #146395
Text Example
Text Example
White with #146395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146395; }
p { color: rgb(20,99,149); }
H1.HeaderClassName
{
color: #146395;
}
.AnyTagClassName
{
color: #146395;
}
</style>
background-color css
<style>
a { background-color: #146395; }
a { background-color: rgb(20,99,149); }
div.DivClassName
{
background-color: #146395;
}
.BgClassName
{
background-color: #146395;
}
</style>
border-color css
<style>
span { border-color: #146395; }
span { border-color: rgb(20,99,149); }
td.TdClassName
{
border-color: #146395;
}
.TagClassName
{
border-color: #146395;
}
</style>