Shades of Endeavour #14558D
Tints of Endeavour #14558D
RGB
CMYK
RGB Variations
Color information
#14558D (or 0x14558D) is known color: Endeavour. HEX triplet: 14, 55 and 8D. RGB value is (20,85,141). Sum of RGB (Red+Green+Blue) = 20+85+141=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #14558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14558D is #EBAA72. Grayscale: #474747. Windows color (decimal): -15444595 or 9262356. OLE color: 9262356.
HSL color Cylindrical-coordinate representation of color #14558D: hue angle of 207.77º 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 #14558D is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 85 | 141 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.45 |
| HSL | 207.77º | 0.75% | 0.32% | - |
| HSV(B) | 207.77º | 0.86% | 0.55% | - |
| XYZ | 8.34 | 8.57 | 26.41 | - |
| YUV | 71.95 | 166.97 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 141 | 0.86 | 0.40 | 0 | 0.45 | 207.77 | 0.75 | 0.32 |
| Hex | 14 | 55 | 8D | 56 | 28 | 0 | 2D | D0 | 4B | 20 |
| Octal | 24 | 125 | 215 | 126 | 50 | 0 | 55 | 320 | 113 | 40 |
| Binary | 10100 | 1010101 | 10001101 | 1010110 | 101000 | 0 | 101101 | 11010000 | 1001011 | 100000 |
Color Harmonies of #14558D
Complementary color
Monochromatic Colors of #14558D
Black with #14558D
Text Example
Text Example
White with #14558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14558D; }
p { color: rgb(20,85,141); }
H1.HeaderClassName
{
color: #14558D;
}
.AnyTagClassName
{
color: #14558D;
}
</style>
background-color css
<style>
a { background-color: #14558D; }
a { background-color: rgb(20,85,141); }
div.DivClassName
{
background-color: #14558D;
}
.BgClassName
{
background-color: #14558D;
}
</style>
border-color css
<style>
span { border-color: #14558D; }
span { border-color: rgb(20,85,141); }
td.TdClassName
{
border-color: #14558D;
}
.TagClassName
{
border-color: #14558D;
}
</style>