Shades of Endeavour #1E569B
Tints of Endeavour #1E569B
RGB
CMYK
RGB Variations
Color information
#1E569B (or 0x1E569B) is known color: Endeavour. HEX triplet: 1E, 56 and 9B. RGB value is (30,86,155). Sum of RGB (Red+Green+Blue) = 30+86+155=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E569B is #E1A964. Grayscale: #4C4C4C. Windows color (decimal): -14788965 or 10180126. OLE color: 10180126.
HSL color Cylindrical-coordinate representation of color #1E569B: hue angle of 213.12º 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 #1E569B is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 86 | 155 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.39 |
| HSL | 213.12º | 0.68% | 0.36% | - |
| HSV(B) | 213.12º | 0.81% | 0.61% | - |
| XYZ | 9.78 | 9.3 | 32.29 | - |
| YUV | 77.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 155 | 0.81 | 0.45 | 0 | 0.39 | 213.12 | 0.68 | 0.36 |
| Hex | 1E | 56 | 9B | 51 | 2D | 0 | 27 | D5 | 44 | 24 |
| Octal | 36 | 126 | 233 | 121 | 55 | 0 | 47 | 325 | 104 | 44 |
| Binary | 11110 | 1010110 | 10011011 | 1010001 | 101101 | 0 | 100111 | 11010101 | 1000100 | 100100 |
Color Harmonies of #1E569B
Complementary color
Monochromatic Colors of #1E569B
Black with #1E569B
Text Example
Text Example
White with #1E569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E569B; }
p { color: rgb(30,86,155); }
H1.HeaderClassName
{
color: #1E569B;
}
.AnyTagClassName
{
color: #1E569B;
}
</style>
background-color css
<style>
a { background-color: #1E569B; }
a { background-color: rgb(30,86,155); }
div.DivClassName
{
background-color: #1E569B;
}
.BgClassName
{
background-color: #1E569B;
}
</style>
border-color css
<style>
span { border-color: #1E569B; }
span { border-color: rgb(30,86,155); }
td.TdClassName
{
border-color: #1E569B;
}
.TagClassName
{
border-color: #1E569B;
}
</style>