Shades of Endeavour #1D4992
Tints of Endeavour #1D4992
RGB
CMYK
RGB Variations
Color information
#1D4992 (or 0x1D4992) is known color: Endeavour. HEX triplet: 1D, 49 and 92. RGB value is (29,73,146). Sum of RGB (Red+Green+Blue) = 29+73+146=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D4992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4992 is #E2B66D. Grayscale: #434343. Windows color (decimal): -14857838 or 9586973. OLE color: 9586973.
HSL color Cylindrical-coordinate representation of color #1D4992: hue angle of 217.44º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D4992 is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 73 | 146 | - |
| CMYK | 0.80 | 0.5 | 0 | 0.43 |
| HSL | 217.44º | 0.67% | 0.34% | - |
| HSV(B) | 217.44º | 0.8% | 0.57% | - |
| XYZ | 8.08 | 7.1 | 28.14 | - |
| YUV | 68.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 146 | 0.80 | 0.5 | 0 | 0.43 | 217.44 | 0.67 | 0.34 |
| Hex | 1D | 49 | 92 | 50 | 32 | 0 | 2B | D9 | 43 | 22 |
| Octal | 35 | 111 | 222 | 120 | 62 | 0 | 53 | 331 | 103 | 42 |
| Binary | 11101 | 1001001 | 10010010 | 1010000 | 110010 | 0 | 101011 | 11011001 | 1000011 | 100010 |
Color Harmonies of #1D4992
Complementary color
Monochromatic Colors of #1D4992
Black with #1D4992
Text Example
Text Example
White with #1D4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4992; }
p { color: rgb(29,73,146); }
H1.HeaderClassName
{
color: #1D4992;
}
.AnyTagClassName
{
color: #1D4992;
}
</style>
background-color css
<style>
a { background-color: #1D4992; }
a { background-color: rgb(29,73,146); }
div.DivClassName
{
background-color: #1D4992;
}
.BgClassName
{
background-color: #1D4992;
}
</style>
border-color css
<style>
span { border-color: #1D4992; }
span { border-color: rgb(29,73,146); }
td.TdClassName
{
border-color: #1D4992;
}
.TagClassName
{
border-color: #1D4992;
}
</style>