Shades of Endeavour #1D4B8B
Tints of Endeavour #1D4B8B
RGB
CMYK
RGB Variations
Color information
#1D4B8B (or 0x1D4B8B) is known color: Endeavour. HEX triplet: 1D, 4B and 8B. RGB value is (29,75,139). Sum of RGB (Red+Green+Blue) = 29+75+139=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D4B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4B8B is #E2B474. Grayscale: #444444. Windows color (decimal): -14857333 or 9128733. OLE color: 9128733.
HSL color Cylindrical-coordinate representation of color #1D4B8B: hue angle of 214.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D4B8B is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 75 | 139 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.45 |
| HSL | 214.91º | 0.65% | 0.33% | - |
| HSV(B) | 214.91º | 0.79% | 0.55% | - |
| XYZ | 7.68 | 7.16 | 25.4 | - |
| YUV | 68.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 139 | 0.79 | 0.46 | 0 | 0.45 | 214.91 | 0.65 | 0.33 |
| Hex | 1D | 4B | 8B | 4F | 2E | 0 | 2D | D7 | 41 | 21 |
| Octal | 35 | 113 | 213 | 117 | 56 | 0 | 55 | 327 | 101 | 41 |
| Binary | 11101 | 1001011 | 10001011 | 1001111 | 101110 | 0 | 101101 | 11010111 | 1000001 | 100001 |
Color Harmonies of #1D4B8B
Complementary color
Monochromatic Colors of #1D4B8B
Black with #1D4B8B
Text Example
Text Example
White with #1D4B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B8B; }
p { color: rgb(29,75,139); }
H1.HeaderClassName
{
color: #1D4B8B;
}
.AnyTagClassName
{
color: #1D4B8B;
}
</style>
background-color css
<style>
a { background-color: #1D4B8B; }
a { background-color: rgb(29,75,139); }
div.DivClassName
{
background-color: #1D4B8B;
}
.BgClassName
{
background-color: #1D4B8B;
}
</style>
border-color css
<style>
span { border-color: #1D4B8B; }
span { border-color: rgb(29,75,139); }
td.TdClassName
{
border-color: #1D4B8B;
}
.TagClassName
{
border-color: #1D4B8B;
}
</style>