Shades of Midnight Blue #252471
Tints of Midnight Blue #252471
RGB
CMYK
RGB Variations
Color information
#252471 (or 0x252471) is known color: Midnight Blue. HEX triplet: 25, 24 and 71. RGB value is (37,36,113). Sum of RGB (Red+Green+Blue) = 37+36+113=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #252471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252471 is #DADB8E. Grayscale: #2C2C2C. Windows color (decimal): -14343055 or 7414821. OLE color: 7414821.
HSL color Cylindrical-coordinate representation of color #252471: hue angle of 240.78º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252471 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 36 | 113 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.56 |
| HSL | 240.78º | 0.52% | 0.29% | - |
| HSV(B) | 240.78º | 0.68% | 0.44% | - |
| XYZ | 4.37 | 2.85 | 15.94 | - |
| YUV | 45.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 113 | 0.67 | 0.68 | 0 | 0.56 | 240.78 | 0.52 | 0.29 |
| Hex | 25 | 24 | 71 | 43 | 44 | 0 | 38 | F1 | 34 | 1D |
| Octal | 45 | 44 | 161 | 103 | 104 | 0 | 70 | 361 | 64 | 35 |
| Binary | 100101 | 100100 | 1110001 | 1000011 | 1000100 | 0 | 111000 | 11110001 | 110100 | 11101 |
Color Harmonies of #252471
Complementary color
Monochromatic Colors of #252471
Black with #252471
Text Example
Text Example
White with #252471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252471; }
p { color: rgb(37,36,113); }
H1.HeaderClassName
{
color: #252471;
}
.AnyTagClassName
{
color: #252471;
}
</style>
background-color css
<style>
a { background-color: #252471; }
a { background-color: rgb(37,36,113); }
div.DivClassName
{
background-color: #252471;
}
.BgClassName
{
background-color: #252471;
}
</style>
border-color css
<style>
span { border-color: #252471; }
span { border-color: rgb(37,36,113); }
td.TdClassName
{
border-color: #252471;
}
.TagClassName
{
border-color: #252471;
}
</style>