Shades of Endeavour #14649B
Tints of Endeavour #14649B
RGB
CMYK
RGB Variations
Color information
#14649B (or 0x14649B) is known color: Endeavour. HEX triplet: 14, 64 and 9B. RGB value is (20,100,155). Sum of RGB (Red+Green+Blue) = 20+100+155=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #14649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14649B is #EB9B64. Grayscale: #525252. Windows color (decimal): -15440741 or 10183700. OLE color: 10183700.
HSL color Cylindrical-coordinate representation of color #14649B: hue angle of 204.44º 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 #14649B is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 100 | 155 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.39 |
| HSL | 204.44º | 0.77% | 0.34% | - |
| HSV(B) | 204.44º | 0.87% | 0.61% | - |
| XYZ | 10.76 | 11.63 | 32.69 | - |
| YUV | 82.35 | 169 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 155 | 0.87 | 0.35 | 0 | 0.39 | 204.44 | 0.77 | 0.34 |
| Hex | 14 | 64 | 9B | 57 | 23 | 0 | 27 | CC | 4D | 22 |
| Octal | 24 | 144 | 233 | 127 | 43 | 0 | 47 | 314 | 115 | 42 |
| Binary | 10100 | 1100100 | 10011011 | 1010111 | 100011 | 0 | 100111 | 11001100 | 1001101 | 100010 |
Color Harmonies of #14649B
Complementary color
Monochromatic Colors of #14649B
Black with #14649B
Text Example
Text Example
White with #14649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14649B; }
p { color: rgb(20,100,155); }
H1.HeaderClassName
{
color: #14649B;
}
.AnyTagClassName
{
color: #14649B;
}
</style>
background-color css
<style>
a { background-color: #14649B; }
a { background-color: rgb(20,100,155); }
div.DivClassName
{
background-color: #14649B;
}
.BgClassName
{
background-color: #14649B;
}
</style>
border-color css
<style>
span { border-color: #14649B; }
span { border-color: rgb(20,100,155); }
td.TdClassName
{
border-color: #14649B;
}
.TagClassName
{
border-color: #14649B;
}
</style>