Shades of Endeavour #1D6597
Tints of Endeavour #1D6597
RGB
CMYK
RGB Variations
Color information
#1D6597 (or 0x1D6597) is known color: Endeavour. HEX triplet: 1D, 65 and 97. RGB value is (29,101,151). Sum of RGB (Red+Green+Blue) = 29+101+151=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D6597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6597 is #E29A68. Grayscale: #545454. Windows color (decimal): -14850665 or 9921821. OLE color: 9921821.
HSL color Cylindrical-coordinate representation of color #1D6597: hue angle of 204.59º 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 #1D6597 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 101 | 151 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.41 |
| HSL | 204.59º | 0.68% | 0.35% | - |
| HSV(B) | 204.59º | 0.81% | 0.59% | - |
| XYZ | 10.75 | 11.8 | 30.99 | - |
| YUV | 85.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 151 | 0.81 | 0.33 | 0 | 0.41 | 204.59 | 0.68 | 0.35 |
| Hex | 1D | 65 | 97 | 51 | 21 | 0 | 29 | CD | 44 | 23 |
| Octal | 35 | 145 | 227 | 121 | 41 | 0 | 51 | 315 | 104 | 43 |
| Binary | 11101 | 1100101 | 10010111 | 1010001 | 100001 | 0 | 101001 | 11001101 | 1000100 | 100011 |
Color Harmonies of #1D6597
Complementary color
Monochromatic Colors of #1D6597
Black with #1D6597
Text Example
Text Example
White with #1D6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6597; }
p { color: rgb(29,101,151); }
H1.HeaderClassName
{
color: #1D6597;
}
.AnyTagClassName
{
color: #1D6597;
}
</style>
background-color css
<style>
a { background-color: #1D6597; }
a { background-color: rgb(29,101,151); }
div.DivClassName
{
background-color: #1D6597;
}
.BgClassName
{
background-color: #1D6597;
}
</style>
border-color css
<style>
span { border-color: #1D6597; }
span { border-color: rgb(29,101,151); }
td.TdClassName
{
border-color: #1D6597;
}
.TagClassName
{
border-color: #1D6597;
}
</style>