Shades of Valhalla #1E2049
Tints of Valhalla #1E2049
RGB
CMYK
RGB Variations
Color information
#1E2049 (or 0x1E2049) is known color: Valhalla. HEX triplet: 1E, 20 and 49. RGB value is (30,32,73). Sum of RGB (Red+Green+Blue) = 30+32+73=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E2049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2049 is #E1DFB6. Grayscale: #232323. Windows color (decimal): -14802871 or 4792350. OLE color: 4792350.
HSL color Cylindrical-coordinate representation of color #1E2049: hue angle of 237.21º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E2049 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 32 | 73 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.71 |
| HSL | 237.21º | 0.42% | 0.2% | - |
| HSV(B) | 237.21º | 0.59% | 0.29% | - |
| XYZ | 2.25 | 1.79 | 6.53 | - |
| YUV | 36.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 73 | 0.59 | 0.56 | 0 | 0.71 | 237.21 | 0.42 | 0.2 |
| Hex | 1E | 20 | 49 | 3B | 38 | 0 | 47 | ED | 2A | 14 |
| Octal | 36 | 40 | 111 | 73 | 70 | 0 | 107 | 355 | 52 | 24 |
| Binary | 11110 | 100000 | 1001001 | 111011 | 111000 | 0 | 1000111 | 11101101 | 101010 | 10100 |
Color Harmonies of #1E2049
Complementary color
Monochromatic Colors of #1E2049
Black with #1E2049
Text Example
Text Example
White with #1E2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2049; }
p { color: rgb(30,32,73); }
H1.HeaderClassName
{
color: #1E2049;
}
.AnyTagClassName
{
color: #1E2049;
}
</style>
background-color css
<style>
a { background-color: #1E2049; }
a { background-color: rgb(30,32,73); }
div.DivClassName
{
background-color: #1E2049;
}
.BgClassName
{
background-color: #1E2049;
}
</style>
border-color css
<style>
span { border-color: #1E2049; }
span { border-color: rgb(30,32,73); }
td.TdClassName
{
border-color: #1E2049;
}
.TagClassName
{
border-color: #1E2049;
}
</style>