Shades of Endeavour #1D519B
Tints of Endeavour #1D519B
RGB
CMYK
RGB Variations
Color information
#1D519B (or 0x1D519B) is known color: Endeavour. HEX triplet: 1D, 51 and 9B. RGB value is (29,81,155). Sum of RGB (Red+Green+Blue) = 29+81+155=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D519B is #E2AE64. Grayscale: #494949. Windows color (decimal): -14855781 or 10178845. OLE color: 10178845.
HSL color Cylindrical-coordinate representation of color #1D519B: hue angle of 215.24º 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 #1D519B is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 81 | 155 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.39 |
| HSL | 215.24º | 0.68% | 0.36% | - |
| HSV(B) | 215.24º | 0.81% | 0.61% | - |
| XYZ | 9.37 | 8.51 | 32.16 | - |
| YUV | 73.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 155 | 0.81 | 0.48 | 0 | 0.39 | 215.24 | 0.68 | 0.36 |
| Hex | 1D | 51 | 9B | 51 | 30 | 0 | 27 | D7 | 44 | 24 |
| Octal | 35 | 121 | 233 | 121 | 60 | 0 | 47 | 327 | 104 | 44 |
| Binary | 11101 | 1010001 | 10011011 | 1010001 | 110000 | 0 | 100111 | 11010111 | 1000100 | 100100 |
Color Harmonies of #1D519B
Complementary color
Monochromatic Colors of #1D519B
Black with #1D519B
Text Example
Text Example
White with #1D519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D519B; }
p { color: rgb(29,81,155); }
H1.HeaderClassName
{
color: #1D519B;
}
.AnyTagClassName
{
color: #1D519B;
}
</style>
background-color css
<style>
a { background-color: #1D519B; }
a { background-color: rgb(29,81,155); }
div.DivClassName
{
background-color: #1D519B;
}
.BgClassName
{
background-color: #1D519B;
}
</style>
border-color css
<style>
span { border-color: #1D519B; }
span { border-color: rgb(29,81,155); }
td.TdClassName
{
border-color: #1D519B;
}
.TagClassName
{
border-color: #1D519B;
}
</style>