Shades of Endeavour #14659B
Tints of Endeavour #14659B
RGB
CMYK
RGB Variations
Color information
#14659B (or 0x14659B) is known color: Endeavour. HEX triplet: 14, 65 and 9B. RGB value is (20,101,155). Sum of RGB (Red+Green+Blue) = 20+101+155=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #14659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14659B is #EB9A64. Grayscale: #525252. Windows color (decimal): -15440485 or 10183956. OLE color: 10183956.
HSL color Cylindrical-coordinate representation of color #14659B: hue angle of 204º 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 #14659B is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 101 | 155 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.39 |
| HSL | 204º | 0.77% | 0.34% | - |
| HSV(B) | 204º | 0.87% | 0.61% | - |
| XYZ | 10.86 | 11.82 | 32.72 | - |
| YUV | 82.94 | 168.66 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 155 | 0.87 | 0.35 | 0 | 0.39 | 204 | 0.77 | 0.34 |
| Hex | 14 | 65 | 9B | 57 | 23 | 0 | 27 | CC | 4D | 22 |
| Octal | 24 | 145 | 233 | 127 | 43 | 0 | 47 | 314 | 115 | 42 |
| Binary | 10100 | 1100101 | 10011011 | 1010111 | 100011 | 0 | 100111 | 11001100 | 1001101 | 100010 |
Color Harmonies of #14659B
Complementary color
Monochromatic Colors of #14659B
Black with #14659B
Text Example
Text Example
White with #14659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14659B; }
p { color: rgb(20,101,155); }
H1.HeaderClassName
{
color: #14659B;
}
.AnyTagClassName
{
color: #14659B;
}
</style>
background-color css
<style>
a { background-color: #14659B; }
a { background-color: rgb(20,101,155); }
div.DivClassName
{
background-color: #14659B;
}
.BgClassName
{
background-color: #14659B;
}
</style>
border-color css
<style>
span { border-color: #14659B; }
span { border-color: rgb(20,101,155); }
td.TdClassName
{
border-color: #14659B;
}
.TagClassName
{
border-color: #14659B;
}
</style>