Shades of Endeavour #14599D
Tints of Endeavour #14599D
RGB
CMYK
RGB Variations
Color information
#14599D (or 0x14599D) is known color: Endeavour. HEX triplet: 14, 59 and 9D. RGB value is (20,89,157). Sum of RGB (Red+Green+Blue) = 20+89+157=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #14599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14599D is #EBA662. Grayscale: #4B4B4B. Windows color (decimal): -15443555 or 10311956. OLE color: 10311956.
HSL color Cylindrical-coordinate representation of color #14599D: hue angle of 209.78º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14599D is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 89 | 157 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.38 |
| HSL | 209.78º | 0.77% | 0.35% | - |
| HSV(B) | 209.78º | 0.87% | 0.62% | - |
| XYZ | 9.95 | 9.73 | 33.25 | - |
| YUV | 76.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 157 | 0.87 | 0.43 | 0 | 0.38 | 209.78 | 0.77 | 0.35 |
| Hex | 14 | 59 | 9D | 57 | 2B | 0 | 26 | D2 | 4D | 23 |
| Octal | 24 | 131 | 235 | 127 | 53 | 0 | 46 | 322 | 115 | 43 |
| Binary | 10100 | 1011001 | 10011101 | 1010111 | 101011 | 0 | 100110 | 11010010 | 1001101 | 100011 |
Color Harmonies of #14599D
Complementary color
Monochromatic Colors of #14599D
Black with #14599D
Text Example
Text Example
White with #14599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14599D; }
p { color: rgb(20,89,157); }
H1.HeaderClassName
{
color: #14599D;
}
.AnyTagClassName
{
color: #14599D;
}
</style>
background-color css
<style>
a { background-color: #14599D; }
a { background-color: rgb(20,89,157); }
div.DivClassName
{
background-color: #14599D;
}
.BgClassName
{
background-color: #14599D;
}
</style>
border-color css
<style>
span { border-color: #14599D; }
span { border-color: rgb(20,89,157); }
td.TdClassName
{
border-color: #14599D;
}
.TagClassName
{
border-color: #14599D;
}
</style>