Shades of Midnight Blue #251E7F
Tints of Midnight Blue #251E7F
RGB
CMYK
RGB Variations
Color information
#251E7F (or 0x251E7F) is known color: Midnight Blue. HEX triplet: 25, 1E and 7F. RGB value is (37,30,127). Sum of RGB (Red+Green+Blue) = 37+30+127=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #251E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E7F is #DAE180. Grayscale: #2A2A2A. Windows color (decimal): -14344577 or 8330789. OLE color: 8330789.
HSL color Cylindrical-coordinate representation of color #251E7F: hue angle of 244.33º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251E7F is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 30 | 127 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.50 |
| HSL | 244.33º | 0.62% | 0.31% | - |
| HSV(B) | 244.33º | 0.76% | 0.5% | - |
| XYZ | 5.06 | 2.85 | 20.36 | - |
| YUV | 43.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 127 | 0.71 | 0.76 | 0 | 0.50 | 244.33 | 0.62 | 0.31 |
| Hex | 25 | 1E | 7F | 47 | 4C | 0 | 32 | F4 | 3E | 1F |
| Octal | 45 | 36 | 177 | 107 | 114 | 0 | 62 | 364 | 76 | 37 |
| Binary | 100101 | 11110 | 1111111 | 1000111 | 1001100 | 0 | 110010 | 11110100 | 111110 | 11111 |
Color Harmonies of #251E7F
Complementary color
Monochromatic Colors of #251E7F
Black with #251E7F
Text Example
Text Example
White with #251E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E7F; }
p { color: rgb(37,30,127); }
H1.HeaderClassName
{
color: #251E7F;
}
.AnyTagClassName
{
color: #251E7F;
}
</style>
background-color css
<style>
a { background-color: #251E7F; }
a { background-color: rgb(37,30,127); }
div.DivClassName
{
background-color: #251E7F;
}
.BgClassName
{
background-color: #251E7F;
}
</style>
border-color css
<style>
span { border-color: #251E7F; }
span { border-color: rgb(37,30,127); }
td.TdClassName
{
border-color: #251E7F;
}
.TagClassName
{
border-color: #251E7F;
}
</style>