Shades of Endeavour #1D5288
Tints of Endeavour #1D5288
RGB
CMYK
RGB Variations
Color information
#1D5288 (or 0x1D5288) is known color: Endeavour. HEX triplet: 1D, 52 and 88. RGB value is (29,82,136). Sum of RGB (Red+Green+Blue) = 29+82+136=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D5288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5288 is #E2AD77. Grayscale: #484848. Windows color (decimal): -14855544 or 8933917. OLE color: 8933917.
HSL color Cylindrical-coordinate representation of color #1D5288: hue angle of 210.28º 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 #1D5288 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 82 | 136 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.47 |
| HSL | 210.28º | 0.65% | 0.32% | - |
| HSV(B) | 210.28º | 0.79% | 0.53% | - |
| XYZ | 7.97 | 8.07 | 24.43 | - |
| YUV | 72.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 136 | 0.79 | 0.40 | 0 | 0.47 | 210.28 | 0.65 | 0.32 |
| Hex | 1D | 52 | 88 | 4F | 28 | 0 | 2F | D2 | 41 | 20 |
| Octal | 35 | 122 | 210 | 117 | 50 | 0 | 57 | 322 | 101 | 40 |
| Binary | 11101 | 1010010 | 10001000 | 1001111 | 101000 | 0 | 101111 | 11010010 | 1000001 | 100000 |
Color Harmonies of #1D5288
Complementary color
Monochromatic Colors of #1D5288
Black with #1D5288
Text Example
Text Example
White with #1D5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5288; }
p { color: rgb(29,82,136); }
H1.HeaderClassName
{
color: #1D5288;
}
.AnyTagClassName
{
color: #1D5288;
}
</style>
background-color css
<style>
a { background-color: #1D5288; }
a { background-color: rgb(29,82,136); }
div.DivClassName
{
background-color: #1D5288;
}
.BgClassName
{
background-color: #1D5288;
}
</style>
border-color css
<style>
span { border-color: #1D5288; }
span { border-color: rgb(29,82,136); }
td.TdClassName
{
border-color: #1D5288;
}
.TagClassName
{
border-color: #1D5288;
}
</style>