Shades of Valhalla #18153F
Tints of Valhalla #18153F
RGB
CMYK
RGB Variations
Color information
#18153F (or 0x18153F) is known color: Valhalla. HEX triplet: 18, 15 and 3F. RGB value is (24,21,63). Sum of RGB (Red+Green+Blue) = 24+21+63=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #18153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18153F is #E7EAC0. Grayscale: #1A1A1A. Windows color (decimal): -15198913 or 4134168. OLE color: 4134168.
HSL color Cylindrical-coordinate representation of color #18153F: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18153F is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 21 | 63 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.75 |
| HSL | 244.29º | 0.5% | 0.16% | - |
| HSV(B) | 244.29º | 0.67% | 0.25% | - |
| XYZ | 1.54 | 1.09 | 4.83 | - |
| YUV | 26.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 63 | 0.62 | 0.67 | 0 | 0.75 | 244.29 | 0.5 | 0.16 |
| Hex | 18 | 15 | 3F | 3E | 43 | 0 | 4B | F4 | 32 | 10 |
| Octal | 30 | 25 | 77 | 76 | 103 | 0 | 113 | 364 | 62 | 20 |
| Binary | 11000 | 10101 | 111111 | 111110 | 1000011 | 0 | 1001011 | 11110100 | 110010 | 10000 |
Color Harmonies of #18153F
Complementary color
Monochromatic Colors of #18153F
Black with #18153F
Text Example
Text Example
White with #18153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18153F; }
p { color: rgb(24,21,63); }
H1.HeaderClassName
{
color: #18153F;
}
.AnyTagClassName
{
color: #18153F;
}
</style>
background-color css
<style>
a { background-color: #18153F; }
a { background-color: rgb(24,21,63); }
div.DivClassName
{
background-color: #18153F;
}
.BgClassName
{
background-color: #18153F;
}
</style>
border-color css
<style>
span { border-color: #18153F; }
span { border-color: rgb(24,21,63); }
td.TdClassName
{
border-color: #18153F;
}
.TagClassName
{
border-color: #18153F;
}
</style>