Shades of Endeavour #145A95
Tints of Endeavour #145A95
RGB
CMYK
RGB Variations
Color information
#145A95 (or 0x145A95) is known color: Endeavour. HEX triplet: 14, 5A and 95. RGB value is (20,90,149). Sum of RGB (Red+Green+Blue) = 20+90+149=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #145A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A95 is #EBA56A. Grayscale: #4B4B4B. Windows color (decimal): -15443307 or 9787924. OLE color: 9787924.
HSL color Cylindrical-coordinate representation of color #145A95: hue angle of 207.44º 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 #145A95 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 90 | 149 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.42 |
| HSL | 207.44º | 0.76% | 0.33% | - |
| HSV(B) | 207.44º | 0.87% | 0.58% | - |
| XYZ | 9.37 | 9.63 | 29.8 | - |
| YUV | 75.8 | 169.31 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 149 | 0.87 | 0.40 | 0 | 0.42 | 207.44 | 0.76 | 0.33 |
| Hex | 14 | 5A | 95 | 57 | 28 | 0 | 2A | CF | 4C | 21 |
| Octal | 24 | 132 | 225 | 127 | 50 | 0 | 52 | 317 | 114 | 41 |
| Binary | 10100 | 1011010 | 10010101 | 1010111 | 101000 | 0 | 101010 | 11001111 | 1001100 | 100001 |
Color Harmonies of #145A95
Complementary color
Monochromatic Colors of #145A95
Black with #145A95
Text Example
Text Example
White with #145A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A95; }
p { color: rgb(20,90,149); }
H1.HeaderClassName
{
color: #145A95;
}
.AnyTagClassName
{
color: #145A95;
}
</style>
background-color css
<style>
a { background-color: #145A95; }
a { background-color: rgb(20,90,149); }
div.DivClassName
{
background-color: #145A95;
}
.BgClassName
{
background-color: #145A95;
}
</style>
border-color css
<style>
span { border-color: #145A95; }
span { border-color: rgb(20,90,149); }
td.TdClassName
{
border-color: #145A95;
}
.TagClassName
{
border-color: #145A95;
}
</style>