Shades of Valhalla #1A183D
Tints of Valhalla #1A183D
RGB
CMYK
RGB Variations
Color information
#1A183D (or 0x1A183D) is known color: Valhalla. HEX triplet: 1A, 18 and 3D. RGB value is (26,24,61). Sum of RGB (Red+Green+Blue) = 26+24+61=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A183D is #E5E7C2. Grayscale: #1C1C1C. Windows color (decimal): -15067075 or 4003866. OLE color: 4003866.
HSL color Cylindrical-coordinate representation of color #1A183D: hue angle of 243.24º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A183D is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 24 | 61 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.76 |
| HSL | 243.24º | 0.44% | 0.17% | - |
| HSV(B) | 243.24º | 0.61% | 0.24% | - |
| XYZ | 1.59 | 1.21 | 4.56 | - |
| YUV | 28.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 61 | 0.57 | 0.61 | 0 | 0.76 | 243.24 | 0.44 | 0.17 |
| Hex | 1A | 18 | 3D | 39 | 3D | 0 | 4C | F3 | 2C | 11 |
| Octal | 32 | 30 | 75 | 71 | 75 | 0 | 114 | 363 | 54 | 21 |
| Binary | 11010 | 11000 | 111101 | 111001 | 111101 | 0 | 1001100 | 11110011 | 101100 | 10001 |
Color Harmonies of #1A183D
Complementary color
Monochromatic Colors of #1A183D
Black with #1A183D
Text Example
Text Example
White with #1A183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A183D; }
p { color: rgb(26,24,61); }
H1.HeaderClassName
{
color: #1A183D;
}
.AnyTagClassName
{
color: #1A183D;
}
</style>
background-color css
<style>
a { background-color: #1A183D; }
a { background-color: rgb(26,24,61); }
div.DivClassName
{
background-color: #1A183D;
}
.BgClassName
{
background-color: #1A183D;
}
</style>
border-color css
<style>
span { border-color: #1A183D; }
span { border-color: rgb(26,24,61); }
td.TdClassName
{
border-color: #1A183D;
}
.TagClassName
{
border-color: #1A183D;
}
</style>