Shades of Endeavour #14568E
Tints of Endeavour #14568E
RGB
CMYK
RGB Variations
Color information
#14568E (or 0x14568E) is known color: Endeavour. HEX triplet: 14, 56 and 8E. RGB value is (20,86,142). Sum of RGB (Red+Green+Blue) = 20+86+142=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #14568E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14568E is #EBA971. Grayscale: #484848. Windows color (decimal): -15444338 or 9328148. OLE color: 9328148.
HSL color Cylindrical-coordinate representation of color #14568E: hue angle of 207.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14568E is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 86 | 142 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.44 |
| HSL | 207.54º | 0.75% | 0.32% | - |
| HSV(B) | 207.54º | 0.86% | 0.56% | - |
| XYZ | 8.5 | 8.76 | 26.83 | - |
| YUV | 72.65 | 167.13 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 142 | 0.86 | 0.39 | 0 | 0.44 | 207.54 | 0.75 | 0.32 |
| Hex | 14 | 56 | 8E | 56 | 27 | 0 | 2C | D0 | 4B | 20 |
| Octal | 24 | 126 | 216 | 126 | 47 | 0 | 54 | 320 | 113 | 40 |
| Binary | 10100 | 1010110 | 10001110 | 1010110 | 100111 | 0 | 101100 | 11010000 | 1001011 | 100000 |
Color Harmonies of #14568E
Complementary color
Monochromatic Colors of #14568E
Black with #14568E
Text Example
Text Example
White with #14568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14568E; }
p { color: rgb(20,86,142); }
H1.HeaderClassName
{
color: #14568E;
}
.AnyTagClassName
{
color: #14568E;
}
</style>
background-color css
<style>
a { background-color: #14568E; }
a { background-color: rgb(20,86,142); }
div.DivClassName
{
background-color: #14568E;
}
.BgClassName
{
background-color: #14568E;
}
</style>
border-color css
<style>
span { border-color: #14568E; }
span { border-color: rgb(20,86,142); }
td.TdClassName
{
border-color: #14568E;
}
.TagClassName
{
border-color: #14568E;
}
</style>