Shades of Endeavour #1D509D
Tints of Endeavour #1D509D
RGB
CMYK
RGB Variations
Color information
#1D509D (or 0x1D509D) is known color: Endeavour. HEX triplet: 1D, 50 and 9D. RGB value is (29,80,157). Sum of RGB (Red+Green+Blue) = 29+80+157=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D509D is #E2AF62. Grayscale: #494949. Windows color (decimal): -14856035 or 10309661. OLE color: 10309661.
HSL color Cylindrical-coordinate representation of color #1D509D: hue angle of 216.09º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D509D is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 80 | 157 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.38 |
| HSL | 216.09º | 0.69% | 0.36% | - |
| HSV(B) | 216.09º | 0.82% | 0.62% | - |
| XYZ | 9.46 | 8.43 | 33.03 | - |
| YUV | 73.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 157 | 0.82 | 0.49 | 0 | 0.38 | 216.09 | 0.69 | 0.36 |
| Hex | 1D | 50 | 9D | 52 | 31 | 0 | 26 | D8 | 45 | 24 |
| Octal | 35 | 120 | 235 | 122 | 61 | 0 | 46 | 330 | 105 | 44 |
| Binary | 11101 | 1010000 | 10011101 | 1010010 | 110001 | 0 | 100110 | 11011000 | 1000101 | 100100 |
Color Harmonies of #1D509D
Complementary color
Monochromatic Colors of #1D509D
Black with #1D509D
Text Example
Text Example
White with #1D509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D509D; }
p { color: rgb(29,80,157); }
H1.HeaderClassName
{
color: #1D509D;
}
.AnyTagClassName
{
color: #1D509D;
}
</style>
background-color css
<style>
a { background-color: #1D509D; }
a { background-color: rgb(29,80,157); }
div.DivClassName
{
background-color: #1D509D;
}
.BgClassName
{
background-color: #1D509D;
}
</style>
border-color css
<style>
span { border-color: #1D509D; }
span { border-color: rgb(29,80,157); }
td.TdClassName
{
border-color: #1D509D;
}
.TagClassName
{
border-color: #1D509D;
}
</style>