Shades of Endeavour #1E4A8B
Tints of Endeavour #1E4A8B
RGB
CMYK
RGB Variations
Color information
#1E4A8B (or 0x1E4A8B) is known color: Endeavour. HEX triplet: 1E, 4A and 8B. RGB value is (30,74,139). Sum of RGB (Red+Green+Blue) = 30+74+139=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E4A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4A8B is #E1B574. Grayscale: #434343. Windows color (decimal): -14792053 or 9128478. OLE color: 9128478.
HSL color Cylindrical-coordinate representation of color #1E4A8B: hue angle of 215.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E4A8B is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 74 | 139 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.45 |
| HSL | 215.78º | 0.64% | 0.33% | - |
| HSV(B) | 215.78º | 0.78% | 0.55% | - |
| XYZ | 7.64 | 7.04 | 25.38 | - |
| YUV | 68.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 139 | 0.78 | 0.47 | 0 | 0.45 | 215.78 | 0.64 | 0.33 |
| Hex | 1E | 4A | 8B | 4E | 2F | 0 | 2D | D8 | 40 | 21 |
| Octal | 36 | 112 | 213 | 116 | 57 | 0 | 55 | 330 | 100 | 41 |
| Binary | 11110 | 1001010 | 10001011 | 1001110 | 101111 | 0 | 101101 | 11011000 | 1000000 | 100001 |
Color Harmonies of #1E4A8B
Complementary color
Monochromatic Colors of #1E4A8B
Black with #1E4A8B
Text Example
Text Example
White with #1E4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4A8B; }
p { color: rgb(30,74,139); }
H1.HeaderClassName
{
color: #1E4A8B;
}
.AnyTagClassName
{
color: #1E4A8B;
}
</style>
background-color css
<style>
a { background-color: #1E4A8B; }
a { background-color: rgb(30,74,139); }
div.DivClassName
{
background-color: #1E4A8B;
}
.BgClassName
{
background-color: #1E4A8B;
}
</style>
border-color css
<style>
span { border-color: #1E4A8B; }
span { border-color: rgb(30,74,139); }
td.TdClassName
{
border-color: #1E4A8B;
}
.TagClassName
{
border-color: #1E4A8B;
}
</style>