Shades of Endeavour #14599A
Tints of Endeavour #14599A
RGB
CMYK
RGB Variations
Color information
#14599A (or 0x14599A) is known color: Endeavour. HEX triplet: 14, 59 and 9A. RGB value is (20,89,154). Sum of RGB (Red+Green+Blue) = 20+89+154=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #14599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14599A is #EBA665. Grayscale: #4B4B4B. Windows color (decimal): -15443558 or 10115348. OLE color: 10115348.
HSL color Cylindrical-coordinate representation of color #14599A: hue angle of 209.1º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14599A is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 89 | 154 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.40 |
| HSL | 209.1º | 0.77% | 0.34% | - |
| HSV(B) | 209.1º | 0.87% | 0.6% | - |
| XYZ | 9.69 | 9.63 | 31.92 | - |
| YUV | 75.78 | 172.14 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 154 | 0.87 | 0.42 | 0 | 0.40 | 209.1 | 0.77 | 0.34 |
| Hex | 14 | 59 | 9A | 57 | 2A | 0 | 28 | D1 | 4D | 22 |
| Octal | 24 | 131 | 232 | 127 | 52 | 0 | 50 | 321 | 115 | 42 |
| Binary | 10100 | 1011001 | 10011010 | 1010111 | 101010 | 0 | 101000 | 11010001 | 1001101 | 100010 |
Color Harmonies of #14599A
Complementary color
Monochromatic Colors of #14599A
Black with #14599A
Text Example
Text Example
White with #14599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14599A; }
p { color: rgb(20,89,154); }
H1.HeaderClassName
{
color: #14599A;
}
.AnyTagClassName
{
color: #14599A;
}
</style>
background-color css
<style>
a { background-color: #14599A; }
a { background-color: rgb(20,89,154); }
div.DivClassName
{
background-color: #14599A;
}
.BgClassName
{
background-color: #14599A;
}
</style>
border-color css
<style>
span { border-color: #14599A; }
span { border-color: rgb(20,89,154); }
td.TdClassName
{
border-color: #14599A;
}
.TagClassName
{
border-color: #14599A;
}
</style>