Shades of Endeavour #1D458F
Tints of Endeavour #1D458F
RGB
CMYK
RGB Variations
Color information
#1D458F (or 0x1D458F) is known color: Endeavour. HEX triplet: 1D, 45 and 8F. RGB value is (29,69,143). Sum of RGB (Red+Green+Blue) = 29+69+143=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D458F is #E2BA70. Grayscale: #414141. Windows color (decimal): -14858865 or 9389341. OLE color: 9389341.
HSL color Cylindrical-coordinate representation of color #1D458F: hue angle of 218.95º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D458F is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 69 | 143 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.44 |
| HSL | 218.95º | 0.66% | 0.34% | - |
| HSV(B) | 218.95º | 0.8% | 0.56% | - |
| XYZ | 7.59 | 6.5 | 26.84 | - |
| YUV | 65.48 | 171.75 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 143 | 0.80 | 0.52 | 0 | 0.44 | 218.95 | 0.66 | 0.34 |
| Hex | 1D | 45 | 8F | 50 | 34 | 0 | 2C | DB | 42 | 22 |
| Octal | 35 | 105 | 217 | 120 | 64 | 0 | 54 | 333 | 102 | 42 |
| Binary | 11101 | 1000101 | 10001111 | 1010000 | 110100 | 0 | 101100 | 11011011 | 1000010 | 100010 |
Color Harmonies of #1D458F
Complementary color
Monochromatic Colors of #1D458F
Black with #1D458F
Text Example
Text Example
White with #1D458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D458F; }
p { color: rgb(29,69,143); }
H1.HeaderClassName
{
color: #1D458F;
}
.AnyTagClassName
{
color: #1D458F;
}
</style>
background-color css
<style>
a { background-color: #1D458F; }
a { background-color: rgb(29,69,143); }
div.DivClassName
{
background-color: #1D458F;
}
.BgClassName
{
background-color: #1D458F;
}
</style>
border-color css
<style>
span { border-color: #1D458F; }
span { border-color: rgb(29,69,143); }
td.TdClassName
{
border-color: #1D458F;
}
.TagClassName
{
border-color: #1D458F;
}
</style>