Shades of Endeavour #1D6292
Tints of Endeavour #1D6292
RGB
CMYK
RGB Variations
Color information
#1D6292 (or 0x1D6292) is known color: Endeavour. HEX triplet: 1D, 62 and 92. RGB value is (29,98,146). Sum of RGB (Red+Green+Blue) = 29+98+146=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D6292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6292 is #E29D6D. Grayscale: #525252. Windows color (decimal): -14851438 or 9593373. OLE color: 9593373.
HSL color Cylindrical-coordinate representation of color #1D6292: hue angle of 204.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6292 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 98 | 146 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.43 |
| HSL | 204.62º | 0.67% | 0.34% | - |
| HSV(B) | 204.62º | 0.8% | 0.57% | - |
| XYZ | 10.06 | 11.07 | 28.8 | - |
| YUV | 82.84 | 163.64 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 98 | 146 | 0.80 | 0.33 | 0 | 0.43 | 204.62 | 0.67 | 0.34 |
| Hex | 1D | 62 | 92 | 50 | 21 | 0 | 2B | CD | 43 | 22 |
| Octal | 35 | 142 | 222 | 120 | 41 | 0 | 53 | 315 | 103 | 42 |
| Binary | 11101 | 1100010 | 10010010 | 1010000 | 100001 | 0 | 101011 | 11001101 | 1000011 | 100010 |
Color Harmonies of #1D6292
Complementary color
Monochromatic Colors of #1D6292
Black with #1D6292
Text Example
Text Example
White with #1D6292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6292; }
p { color: rgb(29,98,146); }
H1.HeaderClassName
{
color: #1D6292;
}
.AnyTagClassName
{
color: #1D6292;
}
</style>
background-color css
<style>
a { background-color: #1D6292; }
a { background-color: rgb(29,98,146); }
div.DivClassName
{
background-color: #1D6292;
}
.BgClassName
{
background-color: #1D6292;
}
</style>
border-color css
<style>
span { border-color: #1D6292; }
span { border-color: rgb(29,98,146); }
td.TdClassName
{
border-color: #1D6292;
}
.TagClassName
{
border-color: #1D6292;
}
</style>