Shades of Endeavour #145E91
Tints of Endeavour #145E91
RGB
CMYK
RGB Variations
Color information
#145E91 (or 0x145E91) is known color: Endeavour. HEX triplet: 14, 5E and 91. RGB value is (20,94,145). Sum of RGB (Red+Green+Blue) = 20+94+145=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #145E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E91 is #EBA16E. Grayscale: #4D4D4D. Windows color (decimal): -15442287 or 9526804. OLE color: 9526804.
HSL color Cylindrical-coordinate representation of color #145E91: hue angle of 204.48º 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 #145E91 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 94 | 145 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.43 |
| HSL | 204.48º | 0.76% | 0.32% | - |
| HSV(B) | 204.48º | 0.86% | 0.57% | - |
| XYZ | 9.4 | 10.2 | 28.26 | - |
| YUV | 77.69 | 165.98 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 145 | 0.86 | 0.35 | 0 | 0.43 | 204.48 | 0.76 | 0.32 |
| Hex | 14 | 5E | 91 | 56 | 23 | 0 | 2B | CC | 4C | 20 |
| Octal | 24 | 136 | 221 | 126 | 43 | 0 | 53 | 314 | 114 | 40 |
| Binary | 10100 | 1011110 | 10010001 | 1010110 | 100011 | 0 | 101011 | 11001100 | 1001100 | 100000 |
Color Harmonies of #145E91
Complementary color
Monochromatic Colors of #145E91
Black with #145E91
Text Example
Text Example
White with #145E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E91; }
p { color: rgb(20,94,145); }
H1.HeaderClassName
{
color: #145E91;
}
.AnyTagClassName
{
color: #145E91;
}
</style>
background-color css
<style>
a { background-color: #145E91; }
a { background-color: rgb(20,94,145); }
div.DivClassName
{
background-color: #145E91;
}
.BgClassName
{
background-color: #145E91;
}
</style>
border-color css
<style>
span { border-color: #145E91; }
span { border-color: rgb(20,94,145); }
td.TdClassName
{
border-color: #145E91;
}
.TagClassName
{
border-color: #145E91;
}
</style>