Shades of Midnight Blue #25247E
Tints of Midnight Blue #25247E
RGB
CMYK
RGB Variations
Color information
#25247E (or 0x25247E) is known color: Midnight Blue. HEX triplet: 25, 24 and 7E. RGB value is (37,36,126). Sum of RGB (Red+Green+Blue) = 37+36+126=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #25247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25247E is #DADB81. Grayscale: #2E2E2E. Windows color (decimal): -14343042 or 8266789. OLE color: 8266789.
HSL color Cylindrical-coordinate representation of color #25247E: hue angle of 240.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25247E is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 36 | 126 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.51 |
| HSL | 240.67º | 0.56% | 0.32% | - |
| HSV(B) | 240.67º | 0.71% | 0.49% | - |
| XYZ | 5.16 | 3.16 | 20.08 | - |
| YUV | 46.56 | 172.83 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 126 | 0.71 | 0.71 | 0 | 0.51 | 240.67 | 0.56 | 0.32 |
| Hex | 25 | 24 | 7E | 47 | 47 | 0 | 33 | F1 | 38 | 20 |
| Octal | 45 | 44 | 176 | 107 | 107 | 0 | 63 | 361 | 70 | 40 |
| Binary | 100101 | 100100 | 1111110 | 1000111 | 1000111 | 0 | 110011 | 11110001 | 111000 | 100000 |
Color Harmonies of #25247E
Complementary color
Monochromatic Colors of #25247E
Black with #25247E
Text Example
Text Example
White with #25247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25247E; }
p { color: rgb(37,36,126); }
H1.HeaderClassName
{
color: #25247E;
}
.AnyTagClassName
{
color: #25247E;
}
</style>
background-color css
<style>
a { background-color: #25247E; }
a { background-color: rgb(37,36,126); }
div.DivClassName
{
background-color: #25247E;
}
.BgClassName
{
background-color: #25247E;
}
</style>
border-color css
<style>
span { border-color: #25247E; }
span { border-color: rgb(37,36,126); }
td.TdClassName
{
border-color: #25247E;
}
.TagClassName
{
border-color: #25247E;
}
</style>