Shades of Endeavour #14548D
Tints of Endeavour #14548D
RGB
CMYK
RGB Variations
Color information
#14548D (or 0x14548D) is known color: Endeavour. HEX triplet: 14, 54 and 8D. RGB value is (20,84,141). Sum of RGB (Red+Green+Blue) = 20+84+141=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #14548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14548D is #EBAB72. Grayscale: #474747. Windows color (decimal): -15444851 or 9262100. OLE color: 9262100.
HSL color Cylindrical-coordinate representation of color #14548D: hue angle of 208.26º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14548D is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 84 | 141 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.45 |
| HSL | 208.26º | 0.75% | 0.32% | - |
| HSV(B) | 208.26º | 0.86% | 0.55% | - |
| XYZ | 8.27 | 8.41 | 26.39 | - |
| YUV | 71.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 141 | 0.86 | 0.40 | 0 | 0.45 | 208.26 | 0.75 | 0.32 |
| Hex | 14 | 54 | 8D | 56 | 28 | 0 | 2D | D0 | 4B | 20 |
| Octal | 24 | 124 | 215 | 126 | 50 | 0 | 55 | 320 | 113 | 40 |
| Binary | 10100 | 1010100 | 10001101 | 1010110 | 101000 | 0 | 101101 | 11010000 | 1001011 | 100000 |
Color Harmonies of #14548D
Complementary color
Monochromatic Colors of #14548D
Black with #14548D
Text Example
Text Example
White with #14548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14548D; }
p { color: rgb(20,84,141); }
H1.HeaderClassName
{
color: #14548D;
}
.AnyTagClassName
{
color: #14548D;
}
</style>
background-color css
<style>
a { background-color: #14548D; }
a { background-color: rgb(20,84,141); }
div.DivClassName
{
background-color: #14548D;
}
.BgClassName
{
background-color: #14548D;
}
</style>
border-color css
<style>
span { border-color: #14548D; }
span { border-color: rgb(20,84,141); }
td.TdClassName
{
border-color: #14548D;
}
.TagClassName
{
border-color: #14548D;
}
</style>