Shades of Endeavour #14639B
Tints of Endeavour #14639B
RGB
CMYK
RGB Variations
Color information
#14639B (or 0x14639B) is known color: Endeavour. HEX triplet: 14, 63 and 9B. RGB value is (20,99,155). Sum of RGB (Red+Green+Blue) = 20+99+155=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #14639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14639B is #EB9C64. Grayscale: #515151. Windows color (decimal): -15440997 or 10183444. OLE color: 10183444.
HSL color Cylindrical-coordinate representation of color #14639B: hue angle of 204.89º 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 #14639B is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 99 | 155 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.39 |
| HSL | 204.89º | 0.77% | 0.34% | - |
| HSV(B) | 204.89º | 0.87% | 0.61% | - |
| XYZ | 10.67 | 11.44 | 32.66 | - |
| YUV | 81.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 155 | 0.87 | 0.36 | 0 | 0.39 | 204.89 | 0.77 | 0.34 |
| Hex | 14 | 63 | 9B | 57 | 24 | 0 | 27 | CD | 4D | 22 |
| Octal | 24 | 143 | 233 | 127 | 44 | 0 | 47 | 315 | 115 | 42 |
| Binary | 10100 | 1100011 | 10011011 | 1010111 | 100100 | 0 | 100111 | 11001101 | 1001101 | 100010 |
Color Harmonies of #14639B
Complementary color
Monochromatic Colors of #14639B
Black with #14639B
Text Example
Text Example
White with #14639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14639B; }
p { color: rgb(20,99,155); }
H1.HeaderClassName
{
color: #14639B;
}
.AnyTagClassName
{
color: #14639B;
}
</style>
background-color css
<style>
a { background-color: #14639B; }
a { background-color: rgb(20,99,155); }
div.DivClassName
{
background-color: #14639B;
}
.BgClassName
{
background-color: #14639B;
}
</style>
border-color css
<style>
span { border-color: #14639B; }
span { border-color: rgb(20,99,155); }
td.TdClassName
{
border-color: #14639B;
}
.TagClassName
{
border-color: #14639B;
}
</style>