Shades of Valhalla #1A173D
Tints of Valhalla #1A173D
RGB
CMYK
RGB Variations
Color information
#1A173D (or 0x1A173D) is known color: Valhalla. HEX triplet: 1A, 17 and 3D. RGB value is (26,23,61). Sum of RGB (Red+Green+Blue) = 26+23+61=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A173D is #E5E8C2. Grayscale: #1C1C1C. Windows color (decimal): -15067331 or 4003610. OLE color: 4003610.
HSL color Cylindrical-coordinate representation of color #1A173D: hue angle of 244.74º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A173D is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 23 | 61 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.76 |
| HSL | 244.74º | 0.45% | 0.16% | - |
| HSV(B) | 244.74º | 0.62% | 0.24% | - |
| XYZ | 1.57 | 1.17 | 4.56 | - |
| YUV | 28.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 61 | 0.57 | 0.62 | 0 | 0.76 | 244.74 | 0.45 | 0.16 |
| Hex | 1A | 17 | 3D | 39 | 3E | 0 | 4C | F5 | 2D | 10 |
| Octal | 32 | 27 | 75 | 71 | 76 | 0 | 114 | 365 | 55 | 20 |
| Binary | 11010 | 10111 | 111101 | 111001 | 111110 | 0 | 1001100 | 11110101 | 101101 | 10000 |
Color Harmonies of #1A173D
Complementary color
Monochromatic Colors of #1A173D
Black with #1A173D
Text Example
Text Example
White with #1A173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A173D; }
p { color: rgb(26,23,61); }
H1.HeaderClassName
{
color: #1A173D;
}
.AnyTagClassName
{
color: #1A173D;
}
</style>
background-color css
<style>
a { background-color: #1A173D; }
a { background-color: rgb(26,23,61); }
div.DivClassName
{
background-color: #1A173D;
}
.BgClassName
{
background-color: #1A173D;
}
</style>
border-color css
<style>
span { border-color: #1A173D; }
span { border-color: rgb(26,23,61); }
td.TdClassName
{
border-color: #1A173D;
}
.TagClassName
{
border-color: #1A173D;
}
</style>