Shades of Endeavour #1D4B89
Tints of Endeavour #1D4B89
RGB
CMYK
RGB Variations
Color information
#1D4B89 (or 0x1D4B89) is known color: Endeavour. HEX triplet: 1D, 4B and 89. RGB value is (29,75,137). Sum of RGB (Red+Green+Blue) = 29+75+137=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D4B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4B89 is #E2B476. Grayscale: #444444. Windows color (decimal): -14857335 or 8997661. OLE color: 8997661.
HSL color Cylindrical-coordinate representation of color #1D4B89: hue angle of 214.44º 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 #1D4B89 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 75 | 137 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.46 |
| HSL | 214.44º | 0.65% | 0.33% | - |
| HSV(B) | 214.44º | 0.79% | 0.54% | - |
| XYZ | 7.54 | 7.1 | 24.64 | - |
| YUV | 68.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 137 | 0.79 | 0.45 | 0 | 0.46 | 214.44 | 0.65 | 0.33 |
| Hex | 1D | 4B | 89 | 4F | 2D | 0 | 2E | D6 | 41 | 21 |
| Octal | 35 | 113 | 211 | 117 | 55 | 0 | 56 | 326 | 101 | 41 |
| Binary | 11101 | 1001011 | 10001001 | 1001111 | 101101 | 0 | 101110 | 11010110 | 1000001 | 100001 |
Color Harmonies of #1D4B89
Complementary color
Monochromatic Colors of #1D4B89
Black with #1D4B89
Text Example
Text Example
White with #1D4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B89; }
p { color: rgb(29,75,137); }
H1.HeaderClassName
{
color: #1D4B89;
}
.AnyTagClassName
{
color: #1D4B89;
}
</style>
background-color css
<style>
a { background-color: #1D4B89; }
a { background-color: rgb(29,75,137); }
div.DivClassName
{
background-color: #1D4B89;
}
.BgClassName
{
background-color: #1D4B89;
}
</style>
border-color css
<style>
span { border-color: #1D4B89; }
span { border-color: rgb(29,75,137); }
td.TdClassName
{
border-color: #1D4B89;
}
.TagClassName
{
border-color: #1D4B89;
}
</style>