Shades of Midnight Blue #25197E
Tints of Midnight Blue #25197E
RGB
CMYK
RGB Variations
Color information
#25197E (or 0x25197E) is known color: Midnight Blue. HEX triplet: 25, 19 and 7E. RGB value is (37,25,126). Sum of RGB (Red+Green+Blue) = 37+25+126=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 126 (49.61% from 255 or 67.02% from 188); Max value from RGB is 126 - color contains mainly: blue. Hex color #25197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25197E is #DAE681. Grayscale: #272727. Windows color (decimal): -14345858 or 8263973. OLE color: 8263973.
HSL color Cylindrical-coordinate representation of color #25197E: hue angle of 247.13º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25197E is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 25 | 126 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.51 |
| HSL | 247.13º | 0.67% | 0.3% | - |
| HSV(B) | 247.13º | 0.8% | 0.49% | - |
| XYZ | 4.88 | 2.59 | 19.98 | - |
| YUV | 40.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 126 | 0.71 | 0.80 | 0 | 0.51 | 247.13 | 0.67 | 0.3 |
| Hex | 25 | 19 | 7E | 47 | 50 | 0 | 33 | F7 | 43 | 1E |
| Octal | 45 | 31 | 176 | 107 | 120 | 0 | 63 | 367 | 103 | 36 |
| Binary | 100101 | 11001 | 1111110 | 1000111 | 1010000 | 0 | 110011 | 11110111 | 1000011 | 11110 |
Color Harmonies of #25197E
Complementary color
Monochromatic Colors of #25197E
Black with #25197E
Text Example
Text Example
White with #25197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25197E; }
p { color: rgb(37,25,126); }
H1.HeaderClassName
{
color: #25197E;
}
.AnyTagClassName
{
color: #25197E;
}
</style>
background-color css
<style>
a { background-color: #25197E; }
a { background-color: rgb(37,25,126); }
div.DivClassName
{
background-color: #25197E;
}
.BgClassName
{
background-color: #25197E;
}
</style>
border-color css
<style>
span { border-color: #25197E; }
span { border-color: rgb(37,25,126); }
td.TdClassName
{
border-color: #25197E;
}
.TagClassName
{
border-color: #25197E;
}
</style>