Shades of Valhalla #1D1E41
Tints of Valhalla #1D1E41
RGB
CMYK
RGB Variations
Color information
#1D1E41 (or 0x1D1E41) is known color: Valhalla. HEX triplet: 1D, 1E and 41. RGB value is (29,30,65). Sum of RGB (Red+Green+Blue) = 29+30+65=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D1E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E41 is #E2E1BE. Grayscale: #212121. Windows color (decimal): -14868927 or 4267549. OLE color: 4267549.
HSL color Cylindrical-coordinate representation of color #1D1E41: hue angle of 238.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1E41 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 30 | 65 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.75 |
| HSL | 238.33º | 0.38% | 0.18% | - |
| HSV(B) | 238.33º | 0.55% | 0.25% | - |
| XYZ | 1.93 | 1.57 | 5.2 | - |
| YUV | 33.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 65 | 0.55 | 0.54 | 0 | 0.75 | 238.33 | 0.38 | 0.18 |
| Hex | 1D | 1E | 41 | 37 | 36 | 0 | 4B | EE | 26 | 12 |
| Octal | 35 | 36 | 101 | 67 | 66 | 0 | 113 | 356 | 46 | 22 |
| Binary | 11101 | 11110 | 1000001 | 110111 | 110110 | 0 | 1001011 | 11101110 | 100110 | 10010 |
Color Harmonies of #1D1E41
Complementary color
Monochromatic Colors of #1D1E41
Black with #1D1E41
Text Example
Text Example
White with #1D1E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1E41; }
p { color: rgb(29,30,65); }
H1.HeaderClassName
{
color: #1D1E41;
}
.AnyTagClassName
{
color: #1D1E41;
}
</style>
background-color css
<style>
a { background-color: #1D1E41; }
a { background-color: rgb(29,30,65); }
div.DivClassName
{
background-color: #1D1E41;
}
.BgClassName
{
background-color: #1D1E41;
}
</style>
border-color css
<style>
span { border-color: #1D1E41; }
span { border-color: rgb(29,30,65); }
td.TdClassName
{
border-color: #1D1E41;
}
.TagClassName
{
border-color: #1D1E41;
}
</style>