Shades of Midnight Blue #252472
Tints of Midnight Blue #252472
RGB
CMYK
RGB Variations
Color information
#252472 (or 0x252472) is known color: Midnight Blue. HEX triplet: 25, 24 and 72. RGB value is (37,36,114). Sum of RGB (Red+Green+Blue) = 37+36+114=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #252472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252472 is #DADB8D. Grayscale: #2C2C2C. Windows color (decimal): -14343054 or 7480357. OLE color: 7480357.
HSL color Cylindrical-coordinate representation of color #252472: hue angle of 240.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252472 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 36 | 114 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.55 |
| HSL | 240.77º | 0.52% | 0.29% | - |
| HSV(B) | 240.77º | 0.68% | 0.45% | - |
| XYZ | 4.43 | 2.87 | 16.24 | - |
| YUV | 45.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 114 | 0.68 | 0.68 | 0 | 0.55 | 240.77 | 0.52 | 0.29 |
| Hex | 25 | 24 | 72 | 44 | 44 | 0 | 37 | F1 | 34 | 1D |
| Octal | 45 | 44 | 162 | 104 | 104 | 0 | 67 | 361 | 64 | 35 |
| Binary | 100101 | 100100 | 1110010 | 1000100 | 1000100 | 0 | 110111 | 11110001 | 110100 | 11101 |
Color Harmonies of #252472
Complementary color
Monochromatic Colors of #252472
Black with #252472
Text Example
Text Example
White with #252472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252472; }
p { color: rgb(37,36,114); }
H1.HeaderClassName
{
color: #252472;
}
.AnyTagClassName
{
color: #252472;
}
</style>
background-color css
<style>
a { background-color: #252472; }
a { background-color: rgb(37,36,114); }
div.DivClassName
{
background-color: #252472;
}
.BgClassName
{
background-color: #252472;
}
</style>
border-color css
<style>
span { border-color: #252472; }
span { border-color: rgb(37,36,114); }
td.TdClassName
{
border-color: #252472;
}
.TagClassName
{
border-color: #252472;
}
</style>