Shades of Valhalla #1A1840
Tints of Valhalla #1A1840
RGB
CMYK
RGB Variations
Color information
#1A1840 (or 0x1A1840) is known color: Valhalla. HEX triplet: 1A, 18 and 40. RGB value is (26,24,64). Sum of RGB (Red+Green+Blue) = 26+24+64=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A1840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1840 is #E5E7BF. Grayscale: #1D1D1D. Windows color (decimal): -15067072 or 4200474. OLE color: 4200474.
HSL color Cylindrical-coordinate representation of color #1A1840: hue angle of 243º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A1840 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 24 | 64 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.75 |
| HSL | 243º | 0.45% | 0.17% | - |
| HSV(B) | 243º | 0.63% | 0.25% | - |
| XYZ | 1.68 | 1.24 | 5 | - |
| YUV | 29.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 64 | 0.59 | 0.62 | 0 | 0.75 | 243 | 0.45 | 0.17 |
| Hex | 1A | 18 | 40 | 3B | 3E | 0 | 4B | F3 | 2D | 11 |
| Octal | 32 | 30 | 100 | 73 | 76 | 0 | 113 | 363 | 55 | 21 |
| Binary | 11010 | 11000 | 1000000 | 111011 | 111110 | 0 | 1001011 | 11110011 | 101101 | 10001 |
Color Harmonies of #1A1840
Complementary color
Monochromatic Colors of #1A1840
Black with #1A1840
Text Example
Text Example
White with #1A1840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1840; }
p { color: rgb(26,24,64); }
H1.HeaderClassName
{
color: #1A1840;
}
.AnyTagClassName
{
color: #1A1840;
}
</style>
background-color css
<style>
a { background-color: #1A1840; }
a { background-color: rgb(26,24,64); }
div.DivClassName
{
background-color: #1A1840;
}
.BgClassName
{
background-color: #1A1840;
}
</style>
border-color css
<style>
span { border-color: #1A1840; }
span { border-color: rgb(26,24,64); }
td.TdClassName
{
border-color: #1A1840;
}
.TagClassName
{
border-color: #1A1840;
}
</style>