Shades of Valhalla #1E1F47
Tints of Valhalla #1E1F47
RGB
CMYK
RGB Variations
Color information
#1E1F47 (or 0x1E1F47) is known color: Valhalla. HEX triplet: 1E, 1F and 47. RGB value is (30,31,71). Sum of RGB (Red+Green+Blue) = 30+31+71=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E1F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F47 is #E1E0B8. Grayscale: #232323. Windows color (decimal): -14803129 or 4661022. OLE color: 4661022.
HSL color Cylindrical-coordinate representation of color #1E1F47: hue angle of 238.54º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E1F47 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 31 | 71 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.72 |
| HSL | 238.54º | 0.41% | 0.2% | - |
| HSV(B) | 238.54º | 0.58% | 0.28% | - |
| XYZ | 2.16 | 1.71 | 6.18 | - |
| YUV | 35.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 71 | 0.58 | 0.56 | 0 | 0.72 | 238.54 | 0.41 | 0.2 |
| Hex | 1E | 1F | 47 | 3A | 38 | 0 | 48 | EF | 29 | 14 |
| Octal | 36 | 37 | 107 | 72 | 70 | 0 | 110 | 357 | 51 | 24 |
| Binary | 11110 | 11111 | 1000111 | 111010 | 111000 | 0 | 1001000 | 11101111 | 101001 | 10100 |
Color Harmonies of #1E1F47
Complementary color
Monochromatic Colors of #1E1F47
Black with #1E1F47
Text Example
Text Example
White with #1E1F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F47; }
p { color: rgb(30,31,71); }
H1.HeaderClassName
{
color: #1E1F47;
}
.AnyTagClassName
{
color: #1E1F47;
}
</style>
background-color css
<style>
a { background-color: #1E1F47; }
a { background-color: rgb(30,31,71); }
div.DivClassName
{
background-color: #1E1F47;
}
.BgClassName
{
background-color: #1E1F47;
}
</style>
border-color css
<style>
span { border-color: #1E1F47; }
span { border-color: rgb(30,31,71); }
td.TdClassName
{
border-color: #1E1F47;
}
.TagClassName
{
border-color: #1E1F47;
}
</style>