Shades of Endeavour #1D5889
Tints of Endeavour #1D5889
RGB
CMYK
RGB Variations
Color information
#1D5889 (or 0x1D5889) is known color: Endeavour. HEX triplet: 1D, 58 and 89. RGB value is (29,88,137). Sum of RGB (Red+Green+Blue) = 29+88+137=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D5889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5889 is #E2A776. Grayscale: #4B4B4B. Windows color (decimal): -14854007 or 9000989. OLE color: 9000989.
HSL color Cylindrical-coordinate representation of color #1D5889: hue angle of 207.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D5889 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 88 | 137 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.46 |
| HSL | 207.22º | 0.65% | 0.33% | - |
| HSV(B) | 207.22º | 0.79% | 0.54% | - |
| XYZ | 8.51 | 9.05 | 24.96 | - |
| YUV | 75.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 137 | 0.79 | 0.36 | 0 | 0.46 | 207.22 | 0.65 | 0.33 |
| Hex | 1D | 58 | 89 | 4F | 24 | 0 | 2E | CF | 41 | 21 |
| Octal | 35 | 130 | 211 | 117 | 44 | 0 | 56 | 317 | 101 | 41 |
| Binary | 11101 | 1011000 | 10001001 | 1001111 | 100100 | 0 | 101110 | 11001111 | 1000001 | 100001 |
Color Harmonies of #1D5889
Complementary color
Monochromatic Colors of #1D5889
Black with #1D5889
Text Example
Text Example
White with #1D5889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5889; }
p { color: rgb(29,88,137); }
H1.HeaderClassName
{
color: #1D5889;
}
.AnyTagClassName
{
color: #1D5889;
}
</style>
background-color css
<style>
a { background-color: #1D5889; }
a { background-color: rgb(29,88,137); }
div.DivClassName
{
background-color: #1D5889;
}
.BgClassName
{
background-color: #1D5889;
}
</style>
border-color css
<style>
span { border-color: #1D5889; }
span { border-color: rgb(29,88,137); }
td.TdClassName
{
border-color: #1D5889;
}
.TagClassName
{
border-color: #1D5889;
}
</style>