Shades of Endeavour #1D4490
Tints of Endeavour #1D4490
RGB
CMYK
RGB Variations
Color information
#1D4490 (or 0x1D4490) is known color: Endeavour. HEX triplet: 1D, 44 and 90. RGB value is (29,68,144). Sum of RGB (Red+Green+Blue) = 29+68+144=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D4490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4490 is #E2BB6F. Grayscale: #404040. Windows color (decimal): -14859120 or 9454621. OLE color: 9454621.
HSL color Cylindrical-coordinate representation of color #1D4490: hue angle of 219.65º 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 #1D4490 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 68 | 144 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.44 |
| HSL | 219.65º | 0.66% | 0.34% | - |
| HSV(B) | 219.65º | 0.8% | 0.56% | - |
| XYZ | 7.61 | 6.41 | 27.22 | - |
| YUV | 65 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 144 | 0.80 | 0.53 | 0 | 0.44 | 219.65 | 0.66 | 0.34 |
| Hex | 1D | 44 | 90 | 50 | 35 | 0 | 2C | DC | 42 | 22 |
| Octal | 35 | 104 | 220 | 120 | 65 | 0 | 54 | 334 | 102 | 42 |
| Binary | 11101 | 1000100 | 10010000 | 1010000 | 110101 | 0 | 101100 | 11011100 | 1000010 | 100010 |
Color Harmonies of #1D4490
Complementary color
Monochromatic Colors of #1D4490
Black with #1D4490
Text Example
Text Example
White with #1D4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4490; }
p { color: rgb(29,68,144); }
H1.HeaderClassName
{
color: #1D4490;
}
.AnyTagClassName
{
color: #1D4490;
}
</style>
background-color css
<style>
a { background-color: #1D4490; }
a { background-color: rgb(29,68,144); }
div.DivClassName
{
background-color: #1D4490;
}
.BgClassName
{
background-color: #1D4490;
}
</style>
border-color css
<style>
span { border-color: #1D4490; }
span { border-color: rgb(29,68,144); }
td.TdClassName
{
border-color: #1D4490;
}
.TagClassName
{
border-color: #1D4490;
}
</style>