Shades of Midnight Blue #252185
Tints of Midnight Blue #252185
RGB
CMYK
RGB Variations
Color information
#252185 (or 0x252185) is known color: Midnight Blue. HEX triplet: 25, 21 and 85. RGB value is (37,33,133). Sum of RGB (Red+Green+Blue) = 37+33+133=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #252185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252185 is #DADE7A. Grayscale: #2D2D2D. Windows color (decimal): -14343803 or 8724773. OLE color: 8724773.
HSL color Cylindrical-coordinate representation of color #252185: hue angle of 242.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252185 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 33 | 133 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.48 |
| HSL | 242.4º | 0.6% | 0.33% | - |
| HSV(B) | 242.4º | 0.75% | 0.52% | - |
| XYZ | 5.54 | 3.17 | 22.51 | - |
| YUV | 45.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 133 | 0.72 | 0.75 | 0 | 0.48 | 242.4 | 0.6 | 0.33 |
| Hex | 25 | 21 | 85 | 48 | 4B | 0 | 30 | F2 | 3C | 21 |
| Octal | 45 | 41 | 205 | 110 | 113 | 0 | 60 | 362 | 74 | 41 |
| Binary | 100101 | 100001 | 10000101 | 1001000 | 1001011 | 0 | 110000 | 11110010 | 111100 | 100001 |
Color Harmonies of #252185
Complementary color
Monochromatic Colors of #252185
Black with #252185
Text Example
Text Example
White with #252185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252185; }
p { color: rgb(37,33,133); }
H1.HeaderClassName
{
color: #252185;
}
.AnyTagClassName
{
color: #252185;
}
</style>
background-color css
<style>
a { background-color: #252185; }
a { background-color: rgb(37,33,133); }
div.DivClassName
{
background-color: #252185;
}
.BgClassName
{
background-color: #252185;
}
</style>
border-color css
<style>
span { border-color: #252185; }
span { border-color: rgb(37,33,133); }
td.TdClassName
{
border-color: #252185;
}
.TagClassName
{
border-color: #252185;
}
</style>