Shades of Endeavour #1D4B9B
Tints of Endeavour #1D4B9B
RGB
CMYK
RGB Variations
Color information
#1D4B9B (or 0x1D4B9B) is known color: Endeavour. HEX triplet: 1D, 4B and 9B. RGB value is (29,75,155). Sum of RGB (Red+Green+Blue) = 29+75+155=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D4B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4B9B is #E2B464. Grayscale: #464646. Windows color (decimal): -14857317 or 10177309. OLE color: 10177309.
HSL color Cylindrical-coordinate representation of color #1D4B9B: hue angle of 218.1º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D4B9B is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 75 | 155 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.39 |
| HSL | 218.1º | 0.68% | 0.36% | - |
| HSV(B) | 218.1º | 0.81% | 0.61% | - |
| XYZ | 8.94 | 7.66 | 32.02 | - |
| YUV | 70.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 155 | 0.81 | 0.52 | 0 | 0.39 | 218.1 | 0.68 | 0.36 |
| Hex | 1D | 4B | 9B | 51 | 34 | 0 | 27 | DA | 44 | 24 |
| Octal | 35 | 113 | 233 | 121 | 64 | 0 | 47 | 332 | 104 | 44 |
| Binary | 11101 | 1001011 | 10011011 | 1010001 | 110100 | 0 | 100111 | 11011010 | 1000100 | 100100 |
Color Harmonies of #1D4B9B
Complementary color
Monochromatic Colors of #1D4B9B
Black with #1D4B9B
Text Example
Text Example
White with #1D4B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B9B; }
p { color: rgb(29,75,155); }
H1.HeaderClassName
{
color: #1D4B9B;
}
.AnyTagClassName
{
color: #1D4B9B;
}
</style>
background-color css
<style>
a { background-color: #1D4B9B; }
a { background-color: rgb(29,75,155); }
div.DivClassName
{
background-color: #1D4B9B;
}
.BgClassName
{
background-color: #1D4B9B;
}
</style>
border-color css
<style>
span { border-color: #1D4B9B; }
span { border-color: rgb(29,75,155); }
td.TdClassName
{
border-color: #1D4B9B;
}
.TagClassName
{
border-color: #1D4B9B;
}
</style>