Shades of Endeavour #145493
Tints of Endeavour #145493
RGB
CMYK
RGB Variations
Color information
#145493 (or 0x145493) is known color: Endeavour. HEX triplet: 14, 54 and 93. RGB value is (20,84,147). Sum of RGB (Red+Green+Blue) = 20+84+147=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #145493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145493 is #EBAB6C. Grayscale: #474747. Windows color (decimal): -15444845 or 9655316. OLE color: 9655316.
HSL color Cylindrical-coordinate representation of color #145493: hue angle of 209.76º 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 #145493 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 84 | 147 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.42 |
| HSL | 209.76º | 0.76% | 0.33% | - |
| HSV(B) | 209.76º | 0.86% | 0.58% | - |
| XYZ | 8.73 | 8.6 | 28.8 | - |
| YUV | 72.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 147 | 0.86 | 0.43 | 0 | 0.42 | 209.76 | 0.76 | 0.33 |
| Hex | 14 | 54 | 93 | 56 | 2B | 0 | 2A | D2 | 4C | 21 |
| Octal | 24 | 124 | 223 | 126 | 53 | 0 | 52 | 322 | 114 | 41 |
| Binary | 10100 | 1010100 | 10010011 | 1010110 | 101011 | 0 | 101010 | 11010010 | 1001100 | 100001 |
Color Harmonies of #145493
Complementary color
Monochromatic Colors of #145493
Black with #145493
Text Example
Text Example
White with #145493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145493; }
p { color: rgb(20,84,147); }
H1.HeaderClassName
{
color: #145493;
}
.AnyTagClassName
{
color: #145493;
}
</style>
background-color css
<style>
a { background-color: #145493; }
a { background-color: rgb(20,84,147); }
div.DivClassName
{
background-color: #145493;
}
.BgClassName
{
background-color: #145493;
}
</style>
border-color css
<style>
span { border-color: #145493; }
span { border-color: rgb(20,84,147); }
td.TdClassName
{
border-color: #145493;
}
.TagClassName
{
border-color: #145493;
}
</style>