Shades of Endeavour #14549C
Tints of Endeavour #14549C
RGB
CMYK
RGB Variations
Color information
#14549C (or 0x14549C) is known color: Endeavour. HEX triplet: 14, 54 and 9C. RGB value is (20,84,156). Sum of RGB (Red+Green+Blue) = 20+84+156=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #14549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14549C is #EBAB63. Grayscale: #484848. Windows color (decimal): -15444836 or 10245140. OLE color: 10245140.
HSL color Cylindrical-coordinate representation of color #14549C: hue angle of 211.76º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14549C is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 84 | 156 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.39 |
| HSL | 211.76º | 0.77% | 0.35% | - |
| HSV(B) | 211.76º | 0.87% | 0.61% | - |
| XYZ | 9.46 | 8.89 | 32.67 | - |
| YUV | 73.07 | 174.8 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 156 | 0.87 | 0.46 | 0 | 0.39 | 211.76 | 0.77 | 0.35 |
| Hex | 14 | 54 | 9C | 57 | 2E | 0 | 27 | D4 | 4D | 23 |
| Octal | 24 | 124 | 234 | 127 | 56 | 0 | 47 | 324 | 115 | 43 |
| Binary | 10100 | 1010100 | 10011100 | 1010111 | 101110 | 0 | 100111 | 11010100 | 1001101 | 100011 |
Color Harmonies of #14549C
Complementary color
Monochromatic Colors of #14549C
Black with #14549C
Text Example
Text Example
White with #14549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14549C; }
p { color: rgb(20,84,156); }
H1.HeaderClassName
{
color: #14549C;
}
.AnyTagClassName
{
color: #14549C;
}
</style>
background-color css
<style>
a { background-color: #14549C; }
a { background-color: rgb(20,84,156); }
div.DivClassName
{
background-color: #14549C;
}
.BgClassName
{
background-color: #14549C;
}
</style>
border-color css
<style>
span { border-color: #14549C; }
span { border-color: rgb(20,84,156); }
td.TdClassName
{
border-color: #14549C;
}
.TagClassName
{
border-color: #14549C;
}
</style>