Shades of Endeavour #145093
Tints of Endeavour #145093
RGB
CMYK
RGB Variations
Color information
#145093 (or 0x145093) is known color: Endeavour. HEX triplet: 14, 50 and 93. RGB value is (20,80,147). Sum of RGB (Red+Green+Blue) = 20+80+147=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #145093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145093 is #EBAF6C. Grayscale: #454545. Windows color (decimal): -15445869 or 9654292. OLE color: 9654292.
HSL color Cylindrical-coordinate representation of color #145093: hue angle of 211.65º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145093 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 80 | 147 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.42 |
| HSL | 211.65º | 0.76% | 0.33% | - |
| HSV(B) | 211.65º | 0.86% | 0.58% | - |
| XYZ | 8.42 | 7.99 | 28.7 | - |
| YUV | 69.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 147 | 0.86 | 0.46 | 0 | 0.42 | 211.65 | 0.76 | 0.33 |
| Hex | 14 | 50 | 93 | 56 | 2E | 0 | 2A | D4 | 4C | 21 |
| Octal | 24 | 120 | 223 | 126 | 56 | 0 | 52 | 324 | 114 | 41 |
| Binary | 10100 | 1010000 | 10010011 | 1010110 | 101110 | 0 | 101010 | 11010100 | 1001100 | 100001 |
Color Harmonies of #145093
Complementary color
Monochromatic Colors of #145093
Black with #145093
Text Example
Text Example
White with #145093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145093; }
p { color: rgb(20,80,147); }
H1.HeaderClassName
{
color: #145093;
}
.AnyTagClassName
{
color: #145093;
}
</style>
background-color css
<style>
a { background-color: #145093; }
a { background-color: rgb(20,80,147); }
div.DivClassName
{
background-color: #145093;
}
.BgClassName
{
background-color: #145093;
}
</style>
border-color css
<style>
span { border-color: #145093; }
span { border-color: rgb(20,80,147); }
td.TdClassName
{
border-color: #145093;
}
.TagClassName
{
border-color: #145093;
}
</style>