Shades of Valhalla #212146
Tints of Valhalla #212146
RGB
CMYK
RGB Variations
Color information
#212146 (or 0x212146) is known color: Valhalla. HEX triplet: 21, 21 and 46. RGB value is (33,33,70). Sum of RGB (Red+Green+Blue) = 33+33+70=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #212146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212146 is #DEDEB9. Grayscale: #252525. Windows color (decimal): -14606010 or 4596001. OLE color: 4596001.
HSL color Cylindrical-coordinate representation of color #212146: hue angle of 240º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #212146 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 33 | 70 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.73 |
| HSL | 240º | 0.36% | 0.2% | - |
| HSV(B) | 240º | 0.53% | 0.27% | - |
| XYZ | 2.28 | 1.85 | 6.03 | - |
| YUV | 37.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 70 | 0.53 | 0.53 | 0 | 0.73 | 240 | 0.36 | 0.2 |
| Hex | 21 | 21 | 46 | 35 | 35 | 0 | 49 | F0 | 24 | 14 |
| Octal | 41 | 41 | 106 | 65 | 65 | 0 | 111 | 360 | 44 | 24 |
| Binary | 100001 | 100001 | 1000110 | 110101 | 110101 | 0 | 1001001 | 11110000 | 100100 | 10100 |
Color Harmonies of #212146
Complementary color
Monochromatic Colors of #212146
Black with #212146
Text Example
Text Example
White with #212146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212146; }
p { color: rgb(33,33,70); }
H1.HeaderClassName
{
color: #212146;
}
.AnyTagClassName
{
color: #212146;
}
</style>
background-color css
<style>
a { background-color: #212146; }
a { background-color: rgb(33,33,70); }
div.DivClassName
{
background-color: #212146;
}
.BgClassName
{
background-color: #212146;
}
</style>
border-color css
<style>
span { border-color: #212146; }
span { border-color: rgb(33,33,70); }
td.TdClassName
{
border-color: #212146;
}
.TagClassName
{
border-color: #212146;
}
</style>