Shades of Endeavour #14578F
Tints of Endeavour #14578F
RGB
CMYK
RGB Variations
Color information
#14578F (or 0x14578F) is known color: Endeavour. HEX triplet: 14, 57 and 8F. RGB value is (20,87,143). Sum of RGB (Red+Green+Blue) = 20+87+143=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #14578F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14578F is #EBA870. Grayscale: #494949. Windows color (decimal): -15444081 or 9393940. OLE color: 9393940.
HSL color Cylindrical-coordinate representation of color #14578F: hue angle of 207.32º 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 #14578F is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 87 | 143 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.44 |
| HSL | 207.32º | 0.75% | 0.32% | - |
| HSV(B) | 207.32º | 0.86% | 0.56% | - |
| XYZ | 8.65 | 8.95 | 27.26 | - |
| YUV | 73.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 143 | 0.86 | 0.39 | 0 | 0.44 | 207.32 | 0.75 | 0.32 |
| Hex | 14 | 57 | 8F | 56 | 27 | 0 | 2C | CF | 4B | 20 |
| Octal | 24 | 127 | 217 | 126 | 47 | 0 | 54 | 317 | 113 | 40 |
| Binary | 10100 | 1010111 | 10001111 | 1010110 | 100111 | 0 | 101100 | 11001111 | 1001011 | 100000 |
Color Harmonies of #14578F
Complementary color
Monochromatic Colors of #14578F
Black with #14578F
Text Example
Text Example
White with #14578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14578F; }
p { color: rgb(20,87,143); }
H1.HeaderClassName
{
color: #14578F;
}
.AnyTagClassName
{
color: #14578F;
}
</style>
background-color css
<style>
a { background-color: #14578F; }
a { background-color: rgb(20,87,143); }
div.DivClassName
{
background-color: #14578F;
}
.BgClassName
{
background-color: #14578F;
}
</style>
border-color css
<style>
span { border-color: #14578F; }
span { border-color: rgb(20,87,143); }
td.TdClassName
{
border-color: #14578F;
}
.TagClassName
{
border-color: #14578F;
}
</style>