Shades of Endeavour #1D4E87
Tints of Endeavour #1D4E87
RGB
CMYK
RGB Variations
Color information
#1D4E87 (or 0x1D4E87) is known color: Endeavour. HEX triplet: 1D, 4E and 87. RGB value is (29,78,135). Sum of RGB (Red+Green+Blue) = 29+78+135=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D4E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4E87 is #E2B178. Grayscale: #454545. Windows color (decimal): -14856569 or 8867357. OLE color: 8867357.
HSL color Cylindrical-coordinate representation of color #1D4E87: hue angle of 212.26º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D4E87 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 78 | 135 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.47 |
| HSL | 212.26º | 0.65% | 0.32% | - |
| HSV(B) | 212.26º | 0.79% | 0.53% | - |
| XYZ | 7.6 | 7.46 | 23.96 | - |
| YUV | 69.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 135 | 0.79 | 0.42 | 0 | 0.47 | 212.26 | 0.65 | 0.32 |
| Hex | 1D | 4E | 87 | 4F | 2A | 0 | 2F | D4 | 41 | 20 |
| Octal | 35 | 116 | 207 | 117 | 52 | 0 | 57 | 324 | 101 | 40 |
| Binary | 11101 | 1001110 | 10000111 | 1001111 | 101010 | 0 | 101111 | 11010100 | 1000001 | 100000 |
Color Harmonies of #1D4E87
Complementary color
Monochromatic Colors of #1D4E87
Black with #1D4E87
Text Example
Text Example
White with #1D4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E87; }
p { color: rgb(29,78,135); }
H1.HeaderClassName
{
color: #1D4E87;
}
.AnyTagClassName
{
color: #1D4E87;
}
</style>
background-color css
<style>
a { background-color: #1D4E87; }
a { background-color: rgb(29,78,135); }
div.DivClassName
{
background-color: #1D4E87;
}
.BgClassName
{
background-color: #1D4E87;
}
</style>
border-color css
<style>
span { border-color: #1D4E87; }
span { border-color: rgb(29,78,135); }
td.TdClassName
{
border-color: #1D4E87;
}
.TagClassName
{
border-color: #1D4E87;
}
</style>