Shades of Endeavour #1D639B
Tints of Endeavour #1D639B
RGB
CMYK
RGB Variations
Color information
#1D639B (or 0x1D639B) is known color: Endeavour. HEX triplet: 1D, 63 and 9B. RGB value is (29,99,155). Sum of RGB (Red+Green+Blue) = 29+99+155=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D639B is #E29C64. Grayscale: #545454. Windows color (decimal): -14851173 or 10183453. OLE color: 10183453.
HSL color Cylindrical-coordinate representation of color #1D639B: hue angle of 206.67º 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 #1D639B is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 99 | 155 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.39 |
| HSL | 206.67º | 0.68% | 0.36% | - |
| HSV(B) | 206.67º | 0.81% | 0.61% | - |
| XYZ | 10.88 | 11.55 | 32.67 | - |
| YUV | 84.45 | 167.81 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 155 | 0.81 | 0.36 | 0 | 0.39 | 206.67 | 0.68 | 0.36 |
| Hex | 1D | 63 | 9B | 51 | 24 | 0 | 27 | CF | 44 | 24 |
| Octal | 35 | 143 | 233 | 121 | 44 | 0 | 47 | 317 | 104 | 44 |
| Binary | 11101 | 1100011 | 10011011 | 1010001 | 100100 | 0 | 100111 | 11001111 | 1000100 | 100100 |
Color Harmonies of #1D639B
Complementary color
Monochromatic Colors of #1D639B
Black with #1D639B
Text Example
Text Example
White with #1D639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D639B; }
p { color: rgb(29,99,155); }
H1.HeaderClassName
{
color: #1D639B;
}
.AnyTagClassName
{
color: #1D639B;
}
</style>
background-color css
<style>
a { background-color: #1D639B; }
a { background-color: rgb(29,99,155); }
div.DivClassName
{
background-color: #1D639B;
}
.BgClassName
{
background-color: #1D639B;
}
</style>
border-color css
<style>
span { border-color: #1D639B; }
span { border-color: rgb(29,99,155); }
td.TdClassName
{
border-color: #1D639B;
}
.TagClassName
{
border-color: #1D639B;
}
</style>