Shades of Midnight Blue #251D7D
Tints of Midnight Blue #251D7D
RGB
CMYK
RGB Variations
Color information
#251D7D (or 0x251D7D) is known color: Midnight Blue. HEX triplet: 25, 1D and 7D. RGB value is (37,29,125). Sum of RGB (Red+Green+Blue) = 37+29+125=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #251D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D7D is #DAE282. Grayscale: #292929. Windows color (decimal): -14344835 or 8199461. OLE color: 8199461.
HSL color Cylindrical-coordinate representation of color #251D7D: hue angle of 245º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #251D7D is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 29 | 125 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.51 |
| HSL | 245º | 0.62% | 0.3% | - |
| HSV(B) | 245º | 0.77% | 0.49% | - |
| XYZ | 4.9 | 2.75 | 19.67 | - |
| YUV | 42.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 125 | 0.70 | 0.77 | 0 | 0.51 | 245 | 0.62 | 0.3 |
| Hex | 25 | 1D | 7D | 46 | 4D | 0 | 33 | F5 | 3E | 1E |
| Octal | 45 | 35 | 175 | 106 | 115 | 0 | 63 | 365 | 76 | 36 |
| Binary | 100101 | 11101 | 1111101 | 1000110 | 1001101 | 0 | 110011 | 11110101 | 111110 | 11110 |
Color Harmonies of #251D7D
Complementary color
Monochromatic Colors of #251D7D
Black with #251D7D
Text Example
Text Example
White with #251D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D7D; }
p { color: rgb(37,29,125); }
H1.HeaderClassName
{
color: #251D7D;
}
.AnyTagClassName
{
color: #251D7D;
}
</style>
background-color css
<style>
a { background-color: #251D7D; }
a { background-color: rgb(37,29,125); }
div.DivClassName
{
background-color: #251D7D;
}
.BgClassName
{
background-color: #251D7D;
}
</style>
border-color css
<style>
span { border-color: #251D7D; }
span { border-color: rgb(37,29,125); }
td.TdClassName
{
border-color: #251D7D;
}
.TagClassName
{
border-color: #251D7D;
}
</style>