Shades of Midnight Blue #252187
Tints of Midnight Blue #252187
RGB
CMYK
RGB Variations
Color information
#252187 (or 0x252187) is known color: Midnight Blue. HEX triplet: 25, 21 and 87. RGB value is (37,33,135). Sum of RGB (Red+Green+Blue) = 37+33+135=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #252187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252187 is #DADE78. Grayscale: #2D2D2D. Windows color (decimal): -14343801 or 8855845. OLE color: 8855845.
HSL color Cylindrical-coordinate representation of color #252187: hue angle of 242.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252187 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 33 | 135 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.47 |
| HSL | 242.35º | 0.61% | 0.33% | - |
| HSV(B) | 242.35º | 0.76% | 0.53% | - |
| XYZ | 5.68 | 3.23 | 23.25 | - |
| YUV | 45.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 135 | 0.73 | 0.76 | 0 | 0.47 | 242.35 | 0.61 | 0.33 |
| Hex | 25 | 21 | 87 | 49 | 4C | 0 | 2F | F2 | 3D | 21 |
| Octal | 45 | 41 | 207 | 111 | 114 | 0 | 57 | 362 | 75 | 41 |
| Binary | 100101 | 100001 | 10000111 | 1001001 | 1001100 | 0 | 101111 | 11110010 | 111101 | 100001 |
Color Harmonies of #252187
Complementary color
Monochromatic Colors of #252187
Black with #252187
Text Example
Text Example
White with #252187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252187; }
p { color: rgb(37,33,135); }
H1.HeaderClassName
{
color: #252187;
}
.AnyTagClassName
{
color: #252187;
}
</style>
background-color css
<style>
a { background-color: #252187; }
a { background-color: rgb(37,33,135); }
div.DivClassName
{
background-color: #252187;
}
.BgClassName
{
background-color: #252187;
}
</style>
border-color css
<style>
span { border-color: #252187; }
span { border-color: rgb(37,33,135); }
td.TdClassName
{
border-color: #252187;
}
.TagClassName
{
border-color: #252187;
}
</style>