Shades of Midnight Blue #251E7E
Tints of Midnight Blue #251E7E
RGB
CMYK
RGB Variations
Color information
#251E7E (or 0x251E7E) is known color: Midnight Blue. HEX triplet: 25, 1E and 7E. RGB value is (37,30,126). Sum of RGB (Red+Green+Blue) = 37+30+126=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #251E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E7E is #DAE181. Grayscale: #2A2A2A. Windows color (decimal): -14344578 or 8265253. OLE color: 8265253.
HSL color Cylindrical-coordinate representation of color #251E7E: hue angle of 244.37º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251E7E is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 30 | 126 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.51 |
| HSL | 244.38º | 0.62% | 0.31% | - |
| HSV(B) | 244.38º | 0.76% | 0.49% | - |
| XYZ | 4.99 | 2.83 | 20.02 | - |
| YUV | 43.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 126 | 0.71 | 0.76 | 0 | 0.51 | 244.38 | 0.62 | 0.31 |
| Hex | 25 | 1E | 7E | 47 | 4C | 0 | 33 | F4 | 3E | 1F |
| Octal | 45 | 36 | 176 | 107 | 114 | 0 | 63 | 364 | 76 | 37 |
| Binary | 100101 | 11110 | 1111110 | 1000111 | 1001100 | 0 | 110011 | 11110100 | 111110 | 11111 |
Color Harmonies of #251E7E
Complementary color
Monochromatic Colors of #251E7E
Black with #251E7E
Text Example
Text Example
White with #251E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E7E; }
p { color: rgb(37,30,126); }
H1.HeaderClassName
{
color: #251E7E;
}
.AnyTagClassName
{
color: #251E7E;
}
</style>
background-color css
<style>
a { background-color: #251E7E; }
a { background-color: rgb(37,30,126); }
div.DivClassName
{
background-color: #251E7E;
}
.BgClassName
{
background-color: #251E7E;
}
</style>
border-color css
<style>
span { border-color: #251E7E; }
span { border-color: rgb(37,30,126); }
td.TdClassName
{
border-color: #251E7E;
}
.TagClassName
{
border-color: #251E7E;
}
</style>