Shades of Endeavour #14599B
Tints of Endeavour #14599B
RGB
CMYK
RGB Variations
Color information
#14599B (or 0x14599B) is known color: Endeavour. HEX triplet: 14, 59 and 9B. RGB value is (20,89,155). Sum of RGB (Red+Green+Blue) = 20+89+155=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #14599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14599B is #EBA664. Grayscale: #4B4B4B. Windows color (decimal): -15443557 or 10180884. OLE color: 10180884.
HSL color Cylindrical-coordinate representation of color #14599B: hue angle of 209.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14599B is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 89 | 155 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.39 |
| HSL | 209.33º | 0.77% | 0.34% | - |
| HSV(B) | 209.33º | 0.87% | 0.61% | - |
| XYZ | 9.78 | 9.66 | 32.36 | - |
| YUV | 75.89 | 172.64 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 155 | 0.87 | 0.43 | 0 | 0.39 | 209.33 | 0.77 | 0.34 |
| Hex | 14 | 59 | 9B | 57 | 2B | 0 | 27 | D1 | 4D | 22 |
| Octal | 24 | 131 | 233 | 127 | 53 | 0 | 47 | 321 | 115 | 42 |
| Binary | 10100 | 1011001 | 10011011 | 1010111 | 101011 | 0 | 100111 | 11010001 | 1001101 | 100010 |
Color Harmonies of #14599B
Complementary color
Monochromatic Colors of #14599B
Black with #14599B
Text Example
Text Example
White with #14599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14599B; }
p { color: rgb(20,89,155); }
H1.HeaderClassName
{
color: #14599B;
}
.AnyTagClassName
{
color: #14599B;
}
</style>
background-color css
<style>
a { background-color: #14599B; }
a { background-color: rgb(20,89,155); }
div.DivClassName
{
background-color: #14599B;
}
.BgClassName
{
background-color: #14599B;
}
</style>
border-color css
<style>
span { border-color: #14599B; }
span { border-color: rgb(20,89,155); }
td.TdClassName
{
border-color: #14599B;
}
.TagClassName
{
border-color: #14599B;
}
</style>