Shades of Valhalla #1E1E42
Tints of Valhalla #1E1E42
RGB
CMYK
RGB Variations
Color information
#1E1E42 (or 0x1E1E42) is known color: Valhalla. HEX triplet: 1E, 1E and 42. RGB value is (30,30,66). Sum of RGB (Red+Green+Blue) = 30+30+66=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #1E1E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1E42 is #E1E1BD. Grayscale: #212121. Windows color (decimal): -14803390 or 4333086. OLE color: 4333086.
HSL color Cylindrical-coordinate representation of color #1E1E42: hue angle of 240º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E1E42 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 30 | 66 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.74 |
| HSL | 240º | 0.38% | 0.19% | - |
| HSV(B) | 240º | 0.55% | 0.26% | - |
| XYZ | 1.98 | 1.6 | 5.36 | - |
| YUV | 34.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 30 | 66 | 0.55 | 0.55 | 0 | 0.74 | 240 | 0.38 | 0.19 |
| Hex | 1E | 1E | 42 | 37 | 37 | 0 | 4A | F0 | 26 | 13 |
| Octal | 36 | 36 | 102 | 67 | 67 | 0 | 112 | 360 | 46 | 23 |
| Binary | 11110 | 11110 | 1000010 | 110111 | 110111 | 0 | 1001010 | 11110000 | 100110 | 10011 |
Color Harmonies of #1E1E42
Complementary color
Monochromatic Colors of #1E1E42
Black with #1E1E42
Text Example
Text Example
White with #1E1E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1E42; }
p { color: rgb(30,30,66); }
H1.HeaderClassName
{
color: #1E1E42;
}
.AnyTagClassName
{
color: #1E1E42;
}
</style>
background-color css
<style>
a { background-color: #1E1E42; }
a { background-color: rgb(30,30,66); }
div.DivClassName
{
background-color: #1E1E42;
}
.BgClassName
{
background-color: #1E1E42;
}
</style>
border-color css
<style>
span { border-color: #1E1E42; }
span { border-color: rgb(30,30,66); }
td.TdClassName
{
border-color: #1E1E42;
}
.TagClassName
{
border-color: #1E1E42;
}
</style>