Shades of Endeavour #1D558B
Tints of Endeavour #1D558B
RGB
CMYK
RGB Variations
Color information
#1D558B (or 0x1D558B) is known color: Endeavour. HEX triplet: 1D, 55 and 8B. RGB value is (29,85,139). Sum of RGB (Red+Green+Blue) = 29+85+139=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D558B is #E2AA74. Grayscale: #4A4A4A. Windows color (decimal): -14854773 or 9131293. OLE color: 9131293.
HSL color Cylindrical-coordinate representation of color #1D558B: hue angle of 209.45º degrees, saturation: 0.65, 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 #1D558B is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 85 | 139 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.45 |
| HSL | 209.45º | 0.65% | 0.33% | - |
| HSV(B) | 209.45º | 0.79% | 0.55% | - |
| XYZ | 8.42 | 8.62 | 25.65 | - |
| YUV | 74.41 | 164.45 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 139 | 0.79 | 0.39 | 0 | 0.45 | 209.45 | 0.65 | 0.33 |
| Hex | 1D | 55 | 8B | 4F | 27 | 0 | 2D | D1 | 41 | 21 |
| Octal | 35 | 125 | 213 | 117 | 47 | 0 | 55 | 321 | 101 | 41 |
| Binary | 11101 | 1010101 | 10001011 | 1001111 | 100111 | 0 | 101101 | 11010001 | 1000001 | 100001 |
Color Harmonies of #1D558B
Complementary color
Monochromatic Colors of #1D558B
Black with #1D558B
Text Example
Text Example
White with #1D558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D558B; }
p { color: rgb(29,85,139); }
H1.HeaderClassName
{
color: #1D558B;
}
.AnyTagClassName
{
color: #1D558B;
}
</style>
background-color css
<style>
a { background-color: #1D558B; }
a { background-color: rgb(29,85,139); }
div.DivClassName
{
background-color: #1D558B;
}
.BgClassName
{
background-color: #1D558B;
}
</style>
border-color css
<style>
span { border-color: #1D558B; }
span { border-color: rgb(29,85,139); }
td.TdClassName
{
border-color: #1D558B;
}
.TagClassName
{
border-color: #1D558B;
}
</style>