Shades of Midnight Blue #251E7C
Tints of Midnight Blue #251E7C
RGB
CMYK
RGB Variations
Color information
#251E7C (or 0x251E7C) is known color: Midnight Blue. HEX triplet: 25, 1E and 7C. RGB value is (37,30,124). Sum of RGB (Red+Green+Blue) = 37+30+124=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #251E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E7C is #DAE183. Grayscale: #2A2A2A. Windows color (decimal): -14344580 or 8134181. OLE color: 8134181.
HSL color Cylindrical-coordinate representation of color #251E7C: hue angle of 244.47º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251E7C is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 30 | 124 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.51 |
| HSL | 244.47º | 0.61% | 0.3% | - |
| HSV(B) | 244.47º | 0.76% | 0.49% | - |
| XYZ | 4.87 | 2.78 | 19.35 | - |
| YUV | 42.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 124 | 0.70 | 0.76 | 0 | 0.51 | 244.47 | 0.61 | 0.3 |
| Hex | 25 | 1E | 7C | 46 | 4C | 0 | 33 | F4 | 3D | 1E |
| Octal | 45 | 36 | 174 | 106 | 114 | 0 | 63 | 364 | 75 | 36 |
| Binary | 100101 | 11110 | 1111100 | 1000110 | 1001100 | 0 | 110011 | 11110100 | 111101 | 11110 |
Color Harmonies of #251E7C
Complementary color
Monochromatic Colors of #251E7C
Black with #251E7C
Text Example
Text Example
White with #251E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E7C; }
p { color: rgb(37,30,124); }
H1.HeaderClassName
{
color: #251E7C;
}
.AnyTagClassName
{
color: #251E7C;
}
</style>
background-color css
<style>
a { background-color: #251E7C; }
a { background-color: rgb(37,30,124); }
div.DivClassName
{
background-color: #251E7C;
}
.BgClassName
{
background-color: #251E7C;
}
</style>
border-color css
<style>
span { border-color: #251E7C; }
span { border-color: rgb(37,30,124); }
td.TdClassName
{
border-color: #251E7C;
}
.TagClassName
{
border-color: #251E7C;
}
</style>