Shades of Valhalla #1F2048
Tints of Valhalla #1F2048
RGB
CMYK
RGB Variations
Color information
#1F2048 (or 0x1F2048) is known color: Valhalla. HEX triplet: 1F, 20 and 48. RGB value is (31,32,72). Sum of RGB (Red+Green+Blue) = 31+32+72=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F2048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2048 is #E0DFB7. Grayscale: #242424. Windows color (decimal): -14737336 or 4726815. OLE color: 4726815.
HSL color Cylindrical-coordinate representation of color #1F2048: hue angle of 238.54º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F2048 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 32 | 72 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.72 |
| HSL | 238.54º | 0.4% | 0.2% | - |
| HSV(B) | 238.54º | 0.57% | 0.28% | - |
| XYZ | 2.25 | 1.79 | 6.36 | - |
| YUV | 36.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 72 | 0.57 | 0.56 | 0 | 0.72 | 238.54 | 0.4 | 0.2 |
| Hex | 1F | 20 | 48 | 39 | 38 | 0 | 48 | EF | 28 | 14 |
| Octal | 37 | 40 | 110 | 71 | 70 | 0 | 110 | 357 | 50 | 24 |
| Binary | 11111 | 100000 | 1001000 | 111001 | 111000 | 0 | 1001000 | 11101111 | 101000 | 10100 |
Color Harmonies of #1F2048
Complementary color
Monochromatic Colors of #1F2048
Black with #1F2048
Text Example
Text Example
White with #1F2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2048; }
p { color: rgb(31,32,72); }
H1.HeaderClassName
{
color: #1F2048;
}
.AnyTagClassName
{
color: #1F2048;
}
</style>
background-color css
<style>
a { background-color: #1F2048; }
a { background-color: rgb(31,32,72); }
div.DivClassName
{
background-color: #1F2048;
}
.BgClassName
{
background-color: #1F2048;
}
</style>
border-color css
<style>
span { border-color: #1F2048; }
span { border-color: rgb(31,32,72); }
td.TdClassName
{
border-color: #1F2048;
}
.TagClassName
{
border-color: #1F2048;
}
</style>