Shades of Valhalla #1B1940
Tints of Valhalla #1B1940
RGB
CMYK
RGB Variations
Color information
#1B1940 (or 0x1B1940) is known color: Valhalla. HEX triplet: 1B, 19 and 40. RGB value is (27,25,64). Sum of RGB (Red+Green+Blue) = 27+25+64=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B1940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1940 is #E4E6BF. Grayscale: #1D1D1D. Windows color (decimal): -15001280 or 4200731. OLE color: 4200731.
HSL color Cylindrical-coordinate representation of color #1B1940: hue angle of 243.08º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B1940 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 25 | 64 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.75 |
| HSL | 243.08º | 0.44% | 0.17% | - |
| HSV(B) | 243.08º | 0.61% | 0.25% | - |
| XYZ | 1.73 | 1.3 | 5.01 | - |
| YUV | 30.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 64 | 0.58 | 0.61 | 0 | 0.75 | 243.08 | 0.44 | 0.17 |
| Hex | 1B | 19 | 40 | 3A | 3D | 0 | 4B | F3 | 2C | 11 |
| Octal | 33 | 31 | 100 | 72 | 75 | 0 | 113 | 363 | 54 | 21 |
| Binary | 11011 | 11001 | 1000000 | 111010 | 111101 | 0 | 1001011 | 11110011 | 101100 | 10001 |
Color Harmonies of #1B1940
Complementary color
Monochromatic Colors of #1B1940
Black with #1B1940
Text Example
Text Example
White with #1B1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1940; }
p { color: rgb(27,25,64); }
H1.HeaderClassName
{
color: #1B1940;
}
.AnyTagClassName
{
color: #1B1940;
}
</style>
background-color css
<style>
a { background-color: #1B1940; }
a { background-color: rgb(27,25,64); }
div.DivClassName
{
background-color: #1B1940;
}
.BgClassName
{
background-color: #1B1940;
}
</style>
border-color css
<style>
span { border-color: #1B1940; }
span { border-color: rgb(27,25,64); }
td.TdClassName
{
border-color: #1B1940;
}
.TagClassName
{
border-color: #1B1940;
}
</style>