Shades of Endeavour #1D4784
Tints of Endeavour #1D4784
RGB
CMYK
RGB Variations
Color information
#1D4784 (or 0x1D4784) is known color: Endeavour. HEX triplet: 1D, 47 and 84. RGB value is (29,71,132). Sum of RGB (Red+Green+Blue) = 29+71+132=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D4784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4784 is #E2B87B. Grayscale: #414141. Windows color (decimal): -14858364 or 8668957. OLE color: 8668957.
HSL color Cylindrical-coordinate representation of color #1D4784: hue angle of 215.53º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4784 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 71 | 132 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.48 |
| HSL | 215.53º | 0.64% | 0.32% | - |
| HSV(B) | 215.53º | 0.78% | 0.52% | - |
| XYZ | 6.92 | 6.43 | 22.71 | - |
| YUV | 65.4 | 165.59 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 132 | 0.78 | 0.46 | 0 | 0.48 | 215.53 | 0.64 | 0.32 |
| Hex | 1D | 47 | 84 | 4E | 2E | 0 | 30 | D8 | 40 | 20 |
| Octal | 35 | 107 | 204 | 116 | 56 | 0 | 60 | 330 | 100 | 40 |
| Binary | 11101 | 1000111 | 10000100 | 1001110 | 101110 | 0 | 110000 | 11011000 | 1000000 | 100000 |
Color Harmonies of #1D4784
Complementary color
Monochromatic Colors of #1D4784
Black with #1D4784
Text Example
Text Example
White with #1D4784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4784; }
p { color: rgb(29,71,132); }
H1.HeaderClassName
{
color: #1D4784;
}
.AnyTagClassName
{
color: #1D4784;
}
</style>
background-color css
<style>
a { background-color: #1D4784; }
a { background-color: rgb(29,71,132); }
div.DivClassName
{
background-color: #1D4784;
}
.BgClassName
{
background-color: #1D4784;
}
</style>
border-color css
<style>
span { border-color: #1D4784; }
span { border-color: rgb(29,71,132); }
td.TdClassName
{
border-color: #1D4784;
}
.TagClassName
{
border-color: #1D4784;
}
</style>