Shades of Midnight Blue #25288D
Tints of Midnight Blue #25288D
RGB
CMYK
RGB Variations
Color information
#25288D (or 0x25288D) is known color: Midnight Blue. HEX triplet: 25, 28 and 8D. RGB value is (37,40,141). Sum of RGB (Red+Green+Blue) = 37+40+141=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #25288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25288D is #DAD772. Grayscale: #323232. Windows color (decimal): -14342003 or 9250853. OLE color: 9250853.
HSL color Cylindrical-coordinate representation of color #25288D: hue angle of 238.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25288D is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 40 | 141 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.45 |
| HSL | 238.27º | 0.58% | 0.35% | - |
| HSV(B) | 238.27º | 0.74% | 0.55% | - |
| XYZ | 6.33 | 3.83 | 25.61 | - |
| YUV | 50.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 141 | 0.74 | 0.72 | 0 | 0.45 | 238.27 | 0.58 | 0.35 |
| Hex | 25 | 28 | 8D | 4A | 48 | 0 | 2D | EE | 3A | 23 |
| Octal | 45 | 50 | 215 | 112 | 110 | 0 | 55 | 356 | 72 | 43 |
| Binary | 100101 | 101000 | 10001101 | 1001010 | 1001000 | 0 | 101101 | 11101110 | 111010 | 100011 |
Color Harmonies of #25288D
Complementary color
Monochromatic Colors of #25288D
Black with #25288D
Text Example
Text Example
White with #25288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25288D; }
p { color: rgb(37,40,141); }
H1.HeaderClassName
{
color: #25288D;
}
.AnyTagClassName
{
color: #25288D;
}
</style>
background-color css
<style>
a { background-color: #25288D; }
a { background-color: rgb(37,40,141); }
div.DivClassName
{
background-color: #25288D;
}
.BgClassName
{
background-color: #25288D;
}
</style>
border-color css
<style>
span { border-color: #25288D; }
span { border-color: rgb(37,40,141); }
td.TdClassName
{
border-color: #25288D;
}
.TagClassName
{
border-color: #25288D;
}
</style>