Shades of Endeavour #1D609B
Tints of Endeavour #1D609B
RGB
CMYK
RGB Variations
Color information
#1D609B (or 0x1D609B) is known color: Endeavour. HEX triplet: 1D, 60 and 9B. RGB value is (29,96,155). Sum of RGB (Red+Green+Blue) = 29+96+155=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D609B is #E29F64. Grayscale: #525252. Windows color (decimal): -14851941 or 10182685. OLE color: 10182685.
HSL color Cylindrical-coordinate representation of color #1D609B: hue angle of 208.1º degrees, saturation: 0.68, 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 #1D609B is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 96 | 155 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.39 |
| HSL | 208.1º | 0.68% | 0.36% | - |
| HSV(B) | 208.1º | 0.81% | 0.61% | - |
| XYZ | 10.61 | 10.99 | 32.57 | - |
| YUV | 82.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 155 | 0.81 | 0.38 | 0 | 0.39 | 208.1 | 0.68 | 0.36 |
| Hex | 1D | 60 | 9B | 51 | 26 | 0 | 27 | D0 | 44 | 24 |
| Octal | 35 | 140 | 233 | 121 | 46 | 0 | 47 | 320 | 104 | 44 |
| Binary | 11101 | 1100000 | 10011011 | 1010001 | 100110 | 0 | 100111 | 11010000 | 1000100 | 100100 |
Color Harmonies of #1D609B
Complementary color
Monochromatic Colors of #1D609B
Black with #1D609B
Text Example
Text Example
White with #1D609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D609B; }
p { color: rgb(29,96,155); }
H1.HeaderClassName
{
color: #1D609B;
}
.AnyTagClassName
{
color: #1D609B;
}
</style>
background-color css
<style>
a { background-color: #1D609B; }
a { background-color: rgb(29,96,155); }
div.DivClassName
{
background-color: #1D609B;
}
.BgClassName
{
background-color: #1D609B;
}
</style>
border-color css
<style>
span { border-color: #1D609B; }
span { border-color: rgb(29,96,155); }
td.TdClassName
{
border-color: #1D609B;
}
.TagClassName
{
border-color: #1D609B;
}
</style>