Shades of Endeavour #1E629B
Tints of Endeavour #1E629B
RGB
CMYK
RGB Variations
Color information
#1E629B (or 0x1E629B) is known color: Endeavour. HEX triplet: 1E, 62 and 9B. RGB value is (30,98,155). Sum of RGB (Red+Green+Blue) = 30+98+155=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 98 (38.67% from 255 or 34.63% 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 #1E629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E629B is #E19D64. Grayscale: #535353. Windows color (decimal): -14785893 or 10183198. OLE color: 10183198.
HSL color Cylindrical-coordinate representation of color #1E629B: hue angle of 207.36º 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 #1E629B is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 98 | 155 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.39 |
| HSL | 207.36º | 0.68% | 0.36% | - |
| HSV(B) | 207.36º | 0.81% | 0.61% | - |
| XYZ | 10.82 | 11.38 | 32.64 | - |
| YUV | 84.17 | 167.97 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 155 | 0.81 | 0.37 | 0 | 0.39 | 207.36 | 0.68 | 0.36 |
| Hex | 1E | 62 | 9B | 51 | 25 | 0 | 27 | CF | 44 | 24 |
| Octal | 36 | 142 | 233 | 121 | 45 | 0 | 47 | 317 | 104 | 44 |
| Binary | 11110 | 1100010 | 10011011 | 1010001 | 100101 | 0 | 100111 | 11001111 | 1000100 | 100100 |
Color Harmonies of #1E629B
Complementary color
Monochromatic Colors of #1E629B
Black with #1E629B
Text Example
Text Example
White with #1E629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E629B; }
p { color: rgb(30,98,155); }
H1.HeaderClassName
{
color: #1E629B;
}
.AnyTagClassName
{
color: #1E629B;
}
</style>
background-color css
<style>
a { background-color: #1E629B; }
a { background-color: rgb(30,98,155); }
div.DivClassName
{
background-color: #1E629B;
}
.BgClassName
{
background-color: #1E629B;
}
</style>
border-color css
<style>
span { border-color: #1E629B; }
span { border-color: rgb(30,98,155); }
td.TdClassName
{
border-color: #1E629B;
}
.TagClassName
{
border-color: #1E629B;
}
</style>