Shades of Endeavour #1D4788
Tints of Endeavour #1D4788
RGB
CMYK
RGB Variations
Color information
#1D4788 (or 0x1D4788) is known color: Endeavour. HEX triplet: 1D, 47 and 88. RGB value is (29,71,136). Sum of RGB (Red+Green+Blue) = 29+71+136=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D4788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4788 is #E2B877. Grayscale: #414141. Windows color (decimal): -14858360 or 8931101. OLE color: 8931101.
HSL color Cylindrical-coordinate representation of color #1D4788: hue angle of 216.45º 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 #1D4788 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 71 | 136 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.47 |
| HSL | 216.45º | 0.65% | 0.32% | - |
| HSV(B) | 216.45º | 0.79% | 0.53% | - |
| XYZ | 7.2 | 6.55 | 24.18 | - |
| YUV | 65.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 136 | 0.79 | 0.48 | 0 | 0.47 | 216.45 | 0.65 | 0.32 |
| Hex | 1D | 47 | 88 | 4F | 30 | 0 | 2F | D8 | 41 | 20 |
| Octal | 35 | 107 | 210 | 117 | 60 | 0 | 57 | 330 | 101 | 40 |
| Binary | 11101 | 1000111 | 10001000 | 1001111 | 110000 | 0 | 101111 | 11011000 | 1000001 | 100000 |
Color Harmonies of #1D4788
Complementary color
Monochromatic Colors of #1D4788
Black with #1D4788
Text Example
Text Example
White with #1D4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4788; }
p { color: rgb(29,71,136); }
H1.HeaderClassName
{
color: #1D4788;
}
.AnyTagClassName
{
color: #1D4788;
}
</style>
background-color css
<style>
a { background-color: #1D4788; }
a { background-color: rgb(29,71,136); }
div.DivClassName
{
background-color: #1D4788;
}
.BgClassName
{
background-color: #1D4788;
}
</style>
border-color css
<style>
span { border-color: #1D4788; }
span { border-color: rgb(29,71,136); }
td.TdClassName
{
border-color: #1D4788;
}
.TagClassName
{
border-color: #1D4788;
}
</style>