Shades of Endeavour #1D578D
Tints of Endeavour #1D578D
RGB
CMYK
RGB Variations
Color information
#1D578D (or 0x1D578D) is known color: Endeavour. HEX triplet: 1D, 57 and 8D. RGB value is (29,87,141). Sum of RGB (Red+Green+Blue) = 29+87+141=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D578D is #E2A872. Grayscale: #4B4B4B. Windows color (decimal): -14854259 or 9262877. OLE color: 9262877.
HSL color Cylindrical-coordinate representation of color #1D578D: hue angle of 208.93º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D578D is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 87 | 141 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.45 |
| HSL | 208.93º | 0.66% | 0.33% | - |
| HSV(B) | 208.93º | 0.79% | 0.55% | - |
| XYZ | 8.72 | 9 | 26.48 | - |
| YUV | 75.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 141 | 0.79 | 0.38 | 0 | 0.45 | 208.93 | 0.66 | 0.33 |
| Hex | 1D | 57 | 8D | 4F | 26 | 0 | 2D | D1 | 42 | 21 |
| Octal | 35 | 127 | 215 | 117 | 46 | 0 | 55 | 321 | 102 | 41 |
| Binary | 11101 | 1010111 | 10001101 | 1001111 | 100110 | 0 | 101101 | 11010001 | 1000010 | 100001 |
Color Harmonies of #1D578D
Complementary color
Monochromatic Colors of #1D578D
Black with #1D578D
Text Example
Text Example
White with #1D578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D578D; }
p { color: rgb(29,87,141); }
H1.HeaderClassName
{
color: #1D578D;
}
.AnyTagClassName
{
color: #1D578D;
}
</style>
background-color css
<style>
a { background-color: #1D578D; }
a { background-color: rgb(29,87,141); }
div.DivClassName
{
background-color: #1D578D;
}
.BgClassName
{
background-color: #1D578D;
}
</style>
border-color css
<style>
span { border-color: #1D578D; }
span { border-color: rgb(29,87,141); }
td.TdClassName
{
border-color: #1D578D;
}
.TagClassName
{
border-color: #1D578D;
}
</style>