Shades of Endeavour #1D558A
Tints of Endeavour #1D558A
RGB
CMYK
RGB Variations
Color information
#1D558A (or 0x1D558A) is known color: Endeavour. HEX triplet: 1D, 55 and 8A. RGB value is (29,85,138). Sum of RGB (Red+Green+Blue) = 29+85+138=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D558A is #E2AA75. Grayscale: #4A4A4A. Windows color (decimal): -14854774 or 9065757. OLE color: 9065757.
HSL color Cylindrical-coordinate representation of color #1D558A: hue angle of 209.17º 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 #1D558A is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 85 | 138 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.46 |
| HSL | 209.17º | 0.65% | 0.33% | - |
| HSV(B) | 209.17º | 0.79% | 0.54% | - |
| XYZ | 8.34 | 8.59 | 25.26 | - |
| YUV | 74.3 | 163.95 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 138 | 0.79 | 0.38 | 0 | 0.46 | 209.17 | 0.65 | 0.33 |
| Hex | 1D | 55 | 8A | 4F | 26 | 0 | 2E | D1 | 41 | 21 |
| Octal | 35 | 125 | 212 | 117 | 46 | 0 | 56 | 321 | 101 | 41 |
| Binary | 11101 | 1010101 | 10001010 | 1001111 | 100110 | 0 | 101110 | 11010001 | 1000001 | 100001 |
Color Harmonies of #1D558A
Complementary color
Monochromatic Colors of #1D558A
Black with #1D558A
Text Example
Text Example
White with #1D558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D558A; }
p { color: rgb(29,85,138); }
H1.HeaderClassName
{
color: #1D558A;
}
.AnyTagClassName
{
color: #1D558A;
}
</style>
background-color css
<style>
a { background-color: #1D558A; }
a { background-color: rgb(29,85,138); }
div.DivClassName
{
background-color: #1D558A;
}
.BgClassName
{
background-color: #1D558A;
}
</style>
border-color css
<style>
span { border-color: #1D558A; }
span { border-color: rgb(29,85,138); }
td.TdClassName
{
border-color: #1D558A;
}
.TagClassName
{
border-color: #1D558A;
}
</style>