Shades of Endeavour #1D608D
Tints of Endeavour #1D608D
RGB
CMYK
RGB Variations
Color information
#1D608D (or 0x1D608D) is known color: Endeavour. HEX triplet: 1D, 60 and 8D. RGB value is (29,96,141). Sum of RGB (Red+Green+Blue) = 29+96+141=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D608D is #E29F72. Grayscale: #505050. Windows color (decimal): -14851955 or 9265181. OLE color: 9265181.
HSL color Cylindrical-coordinate representation of color #1D608D: hue angle of 204.11º degrees, saturation: 0.66, 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 #1D608D is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 96 | 141 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.45 |
| HSL | 204.11º | 0.66% | 0.33% | - |
| HSV(B) | 204.11º | 0.79% | 0.55% | - |
| XYZ | 9.5 | 10.55 | 26.74 | - |
| YUV | 81.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 141 | 0.79 | 0.32 | 0 | 0.45 | 204.11 | 0.66 | 0.33 |
| Hex | 1D | 60 | 8D | 4F | 20 | 0 | 2D | CC | 42 | 21 |
| Octal | 35 | 140 | 215 | 117 | 40 | 0 | 55 | 314 | 102 | 41 |
| Binary | 11101 | 1100000 | 10001101 | 1001111 | 100000 | 0 | 101101 | 11001100 | 1000010 | 100001 |
Color Harmonies of #1D608D
Complementary color
Monochromatic Colors of #1D608D
Black with #1D608D
Text Example
Text Example
White with #1D608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D608D; }
p { color: rgb(29,96,141); }
H1.HeaderClassName
{
color: #1D608D;
}
.AnyTagClassName
{
color: #1D608D;
}
</style>
background-color css
<style>
a { background-color: #1D608D; }
a { background-color: rgb(29,96,141); }
div.DivClassName
{
background-color: #1D608D;
}
.BgClassName
{
background-color: #1D608D;
}
</style>
border-color css
<style>
span { border-color: #1D608D; }
span { border-color: rgb(29,96,141); }
td.TdClassName
{
border-color: #1D608D;
}
.TagClassName
{
border-color: #1D608D;
}
</style>