Shades of Endeavour #145191
Tints of Endeavour #145191
RGB
CMYK
RGB Variations
Color information
#145191 (or 0x145191) is known color: Endeavour. HEX triplet: 14, 51 and 91. RGB value is (20,81,145). Sum of RGB (Red+Green+Blue) = 20+81+145=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #145191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145191 is #EBAE6E. Grayscale: #454545. Windows color (decimal): -15445615 or 9523476. OLE color: 9523476.
HSL color Cylindrical-coordinate representation of color #145191: hue angle of 210.72º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145191 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 81 | 145 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.43 |
| HSL | 210.72º | 0.76% | 0.32% | - |
| HSV(B) | 210.72º | 0.86% | 0.57% | - |
| XYZ | 8.34 | 8.08 | 27.91 | - |
| YUV | 70.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 145 | 0.86 | 0.44 | 0 | 0.43 | 210.72 | 0.76 | 0.32 |
| Hex | 14 | 51 | 91 | 56 | 2C | 0 | 2B | D3 | 4C | 20 |
| Octal | 24 | 121 | 221 | 126 | 54 | 0 | 53 | 323 | 114 | 40 |
| Binary | 10100 | 1010001 | 10010001 | 1010110 | 101100 | 0 | 101011 | 11010011 | 1001100 | 100000 |
Color Harmonies of #145191
Complementary color
Monochromatic Colors of #145191
Black with #145191
Text Example
Text Example
White with #145191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145191; }
p { color: rgb(20,81,145); }
H1.HeaderClassName
{
color: #145191;
}
.AnyTagClassName
{
color: #145191;
}
</style>
background-color css
<style>
a { background-color: #145191; }
a { background-color: rgb(20,81,145); }
div.DivClassName
{
background-color: #145191;
}
.BgClassName
{
background-color: #145191;
}
</style>
border-color css
<style>
span { border-color: #145191; }
span { border-color: rgb(20,81,145); }
td.TdClassName
{
border-color: #145191;
}
.TagClassName
{
border-color: #145191;
}
</style>