Shades of Valhalla #25263F
Tints of Valhalla #25263F
RGB
CMYK
RGB Variations
Color information
#25263F (or 0x25263F) is known color: Valhalla. HEX triplet: 25, 26 and 3F. RGB value is (37,38,63). Sum of RGB (Red+Green+Blue) = 37+38+63=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #25263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25263F is #DAD9C0. Grayscale: #282828. Windows color (decimal): -14342593 or 4138533. OLE color: 4138533.
HSL color Cylindrical-coordinate representation of color #25263F: hue angle of 237.69º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25263F is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 38 | 63 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.75 |
| HSL | 237.69º | 0.26% | 0.2% | - |
| HSV(B) | 237.69º | 0.41% | 0.25% | - |
| XYZ | 2.35 | 2.14 | 4.99 | - |
| YUV | 40.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 63 | 0.41 | 0.40 | 0 | 0.75 | 237.69 | 0.26 | 0.2 |
| Hex | 25 | 26 | 3F | 29 | 28 | 0 | 4B | EE | 1A | 14 |
| Octal | 45 | 46 | 77 | 51 | 50 | 0 | 113 | 356 | 32 | 24 |
| Binary | 100101 | 100110 | 111111 | 101001 | 101000 | 0 | 1001011 | 11101110 | 11010 | 10100 |
Color Harmonies of #25263F
Complementary color
Monochromatic Colors of #25263F
Black with #25263F
Text Example
Text Example
White with #25263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25263F; }
p { color: rgb(37,38,63); }
H1.HeaderClassName
{
color: #25263F;
}
.AnyTagClassName
{
color: #25263F;
}
</style>
background-color css
<style>
a { background-color: #25263F; }
a { background-color: rgb(37,38,63); }
div.DivClassName
{
background-color: #25263F;
}
.BgClassName
{
background-color: #25263F;
}
</style>
border-color css
<style>
span { border-color: #25263F; }
span { border-color: rgb(37,38,63); }
td.TdClassName
{
border-color: #25263F;
}
.TagClassName
{
border-color: #25263F;
}
</style>