Shades of Endeavour #1D5197
Tints of Endeavour #1D5197
RGB
CMYK
RGB Variations
Color information
#1D5197 (or 0x1D5197) is known color: Endeavour. HEX triplet: 1D, 51 and 97. RGB value is (29,81,151). Sum of RGB (Red+Green+Blue) = 29+81+151=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D5197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5197 is #E2AE68. Grayscale: #494949. Windows color (decimal): -14855785 or 9916701. OLE color: 9916701.
HSL color Cylindrical-coordinate representation of color #1D5197: hue angle of 214.43º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D5197 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 81 | 151 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.41 |
| HSL | 214.43º | 0.68% | 0.35% | - |
| HSV(B) | 214.43º | 0.81% | 0.59% | - |
| XYZ | 9.04 | 8.38 | 30.42 | - |
| YUV | 73.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 151 | 0.81 | 0.46 | 0 | 0.41 | 214.43 | 0.68 | 0.35 |
| Hex | 1D | 51 | 97 | 51 | 2E | 0 | 29 | D6 | 44 | 23 |
| Octal | 35 | 121 | 227 | 121 | 56 | 0 | 51 | 326 | 104 | 43 |
| Binary | 11101 | 1010001 | 10010111 | 1010001 | 101110 | 0 | 101001 | 11010110 | 1000100 | 100011 |
Color Harmonies of #1D5197
Complementary color
Monochromatic Colors of #1D5197
Black with #1D5197
Text Example
Text Example
White with #1D5197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5197; }
p { color: rgb(29,81,151); }
H1.HeaderClassName
{
color: #1D5197;
}
.AnyTagClassName
{
color: #1D5197;
}
</style>
background-color css
<style>
a { background-color: #1D5197; }
a { background-color: rgb(29,81,151); }
div.DivClassName
{
background-color: #1D5197;
}
.BgClassName
{
background-color: #1D5197;
}
</style>
border-color css
<style>
span { border-color: #1D5197; }
span { border-color: rgb(29,81,151); }
td.TdClassName
{
border-color: #1D5197;
}
.TagClassName
{
border-color: #1D5197;
}
</style>