Shades of Midnight Blue #25197D
Tints of Midnight Blue #25197D
RGB
CMYK
RGB Variations
Color information
#25197D (or 0x25197D) is known color: Midnight Blue. HEX triplet: 25, 19 and 7D. RGB value is (37,25,125). Sum of RGB (Red+Green+Blue) = 37+25+125=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #25197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25197D is #DAE682. Grayscale: #272727. Windows color (decimal): -14345859 or 8198437. OLE color: 8198437.
HSL color Cylindrical-coordinate representation of color #25197D: hue angle of 247.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25197D is Cyan = 0.70, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 25 | 125 | - |
| CMYK | 0.70 | 0.8 | 0 | 0.51 |
| HSL | 247.2º | 0.67% | 0.29% | - |
| HSV(B) | 247.2º | 0.8% | 0.49% | - |
| XYZ | 4.81 | 2.57 | 19.64 | - |
| YUV | 39.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 125 | 0.70 | 0.8 | 0 | 0.51 | 247.2 | 0.67 | 0.29 |
| Hex | 25 | 19 | 7D | 46 | 50 | 0 | 33 | F7 | 43 | 1D |
| Octal | 45 | 31 | 175 | 106 | 120 | 0 | 63 | 367 | 103 | 35 |
| Binary | 100101 | 11001 | 1111101 | 1000110 | 1010000 | 0 | 110011 | 11110111 | 1000011 | 11101 |
Color Harmonies of #25197D
Complementary color
Monochromatic Colors of #25197D
Black with #25197D
Text Example
Text Example
White with #25197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25197D; }
p { color: rgb(37,25,125); }
H1.HeaderClassName
{
color: #25197D;
}
.AnyTagClassName
{
color: #25197D;
}
</style>
background-color css
<style>
a { background-color: #25197D; }
a { background-color: rgb(37,25,125); }
div.DivClassName
{
background-color: #25197D;
}
.BgClassName
{
background-color: #25197D;
}
</style>
border-color css
<style>
span { border-color: #25197D; }
span { border-color: rgb(37,25,125); }
td.TdClassName
{
border-color: #25197D;
}
.TagClassName
{
border-color: #25197D;
}
</style>