Shades of Endeavour #1D539C
Tints of Endeavour #1D539C
RGB
CMYK
RGB Variations
Color information
#1D539C (or 0x1D539C) is known color: Endeavour. HEX triplet: 1D, 53 and 9C. RGB value is (29,83,156). Sum of RGB (Red+Green+Blue) = 29+83+156=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D539C is #E2AC63. Grayscale: #4A4A4A. Windows color (decimal): -14855268 or 10244893. OLE color: 10244893.
HSL color Cylindrical-coordinate representation of color #1D539C: hue angle of 214.49º degrees, saturation: 0.69, 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 #1D539C is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 83 | 156 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.39 |
| HSL | 214.49º | 0.69% | 0.36% | - |
| HSV(B) | 214.49º | 0.81% | 0.61% | - |
| XYZ | 9.6 | 8.85 | 32.65 | - |
| YUV | 75.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 156 | 0.81 | 0.47 | 0 | 0.39 | 214.49 | 0.69 | 0.36 |
| Hex | 1D | 53 | 9C | 51 | 2F | 0 | 27 | D6 | 45 | 24 |
| Octal | 35 | 123 | 234 | 121 | 57 | 0 | 47 | 326 | 105 | 44 |
| Binary | 11101 | 1010011 | 10011100 | 1010001 | 101111 | 0 | 100111 | 11010110 | 1000101 | 100100 |
Color Harmonies of #1D539C
Complementary color
Monochromatic Colors of #1D539C
Black with #1D539C
Text Example
Text Example
White with #1D539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D539C; }
p { color: rgb(29,83,156); }
H1.HeaderClassName
{
color: #1D539C;
}
.AnyTagClassName
{
color: #1D539C;
}
</style>
background-color css
<style>
a { background-color: #1D539C; }
a { background-color: rgb(29,83,156); }
div.DivClassName
{
background-color: #1D539C;
}
.BgClassName
{
background-color: #1D539C;
}
</style>
border-color css
<style>
span { border-color: #1D539C; }
span { border-color: rgb(29,83,156); }
td.TdClassName
{
border-color: #1D539C;
}
.TagClassName
{
border-color: #1D539C;
}
</style>