Shades of Endeavour #146596
Tints of Endeavour #146596
RGB
CMYK
RGB Variations
Color information
#146596 (or 0x146596) is known color: Endeavour. HEX triplet: 14, 65 and 96. RGB value is (20,101,150). Sum of RGB (Red+Green+Blue) = 20+101+150=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #146596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146596 is #EB9A69. Grayscale: #525252. Windows color (decimal): -15440490 or 9856276. OLE color: 9856276.
HSL color Cylindrical-coordinate representation of color #146596: hue angle of 202.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146596 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 101 | 150 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.41 |
| HSL | 202.62º | 0.76% | 0.33% | - |
| HSV(B) | 202.62º | 0.87% | 0.59% | - |
| XYZ | 10.45 | 11.66 | 30.55 | - |
| YUV | 82.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 150 | 0.87 | 0.33 | 0 | 0.41 | 202.62 | 0.76 | 0.33 |
| Hex | 14 | 65 | 96 | 57 | 21 | 0 | 29 | CB | 4C | 21 |
| Octal | 24 | 145 | 226 | 127 | 41 | 0 | 51 | 313 | 114 | 41 |
| Binary | 10100 | 1100101 | 10010110 | 1010111 | 100001 | 0 | 101001 | 11001011 | 1001100 | 100001 |
Color Harmonies of #146596
Complementary color
Monochromatic Colors of #146596
Black with #146596
Text Example
Text Example
White with #146596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146596; }
p { color: rgb(20,101,150); }
H1.HeaderClassName
{
color: #146596;
}
.AnyTagClassName
{
color: #146596;
}
</style>
background-color css
<style>
a { background-color: #146596; }
a { background-color: rgb(20,101,150); }
div.DivClassName
{
background-color: #146596;
}
.BgClassName
{
background-color: #146596;
}
</style>
border-color css
<style>
span { border-color: #146596; }
span { border-color: rgb(20,101,150); }
td.TdClassName
{
border-color: #146596;
}
.TagClassName
{
border-color: #146596;
}
</style>