Shades of Midnight Blue #25256C
Tints of Midnight Blue #25256C
RGB
CMYK
RGB Variations
Color information
#25256C (or 0x25256C) is known color: Midnight Blue. HEX triplet: 25, 25 and 6C. RGB value is (37,37,108). Sum of RGB (Red+Green+Blue) = 37+37+108=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #25256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25256C is #DADA93. Grayscale: #2C2C2C. Windows color (decimal): -14342804 or 7087397. OLE color: 7087397.
HSL color Cylindrical-coordinate representation of color #25256C: hue angle of 240º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25256C is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 37 | 108 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.58 |
| HSL | 240º | 0.49% | 0.28% | - |
| HSV(B) | 240º | 0.66% | 0.42% | - |
| XYZ | 4.13 | 2.8 | 14.51 | - |
| YUV | 45.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 108 | 0.66 | 0.66 | 0 | 0.58 | 240 | 0.49 | 0.28 |
| Hex | 25 | 25 | 6C | 42 | 42 | 0 | 3A | F0 | 31 | 1C |
| Octal | 45 | 45 | 154 | 102 | 102 | 0 | 72 | 360 | 61 | 34 |
| Binary | 100101 | 100101 | 1101100 | 1000010 | 1000010 | 0 | 111010 | 11110000 | 110001 | 11100 |
Color Harmonies of #25256C
Complementary color
Monochromatic Colors of #25256C
Black with #25256C
Text Example
Text Example
White with #25256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25256C; }
p { color: rgb(37,37,108); }
H1.HeaderClassName
{
color: #25256C;
}
.AnyTagClassName
{
color: #25256C;
}
</style>
background-color css
<style>
a { background-color: #25256C; }
a { background-color: rgb(37,37,108); }
div.DivClassName
{
background-color: #25256C;
}
.BgClassName
{
background-color: #25256C;
}
</style>
border-color css
<style>
span { border-color: #25256C; }
span { border-color: rgb(37,37,108); }
td.TdClassName
{
border-color: #25256C;
}
.TagClassName
{
border-color: #25256C;
}
</style>