Shades of Midnight Blue #251F7D
Tints of Midnight Blue #251F7D
RGB
CMYK
RGB Variations
Color information
#251F7D (or 0x251F7D) is known color: Midnight Blue. HEX triplet: 25, 1F and 7D. RGB value is (37,31,125). Sum of RGB (Red+Green+Blue) = 37+31+125=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #251F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F7D is #DAE082. Grayscale: #2B2B2B. Windows color (decimal): -14344323 or 8199973. OLE color: 8199973.
HSL color Cylindrical-coordinate representation of color #251F7D: hue angle of 243.83º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251F7D is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 31 | 125 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.51 |
| HSL | 243.83º | 0.6% | 0.31% | - |
| HSV(B) | 243.83º | 0.75% | 0.49% | - |
| XYZ | 4.95 | 2.85 | 19.69 | - |
| YUV | 43.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 125 | 0.70 | 0.75 | 0 | 0.51 | 243.83 | 0.6 | 0.31 |
| Hex | 25 | 1F | 7D | 46 | 4B | 0 | 33 | F4 | 3C | 1F |
| Octal | 45 | 37 | 175 | 106 | 113 | 0 | 63 | 364 | 74 | 37 |
| Binary | 100101 | 11111 | 1111101 | 1000110 | 1001011 | 0 | 110011 | 11110100 | 111100 | 11111 |
Color Harmonies of #251F7D
Complementary color
Monochromatic Colors of #251F7D
Black with #251F7D
Text Example
Text Example
White with #251F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F7D; }
p { color: rgb(37,31,125); }
H1.HeaderClassName
{
color: #251F7D;
}
.AnyTagClassName
{
color: #251F7D;
}
</style>
background-color css
<style>
a { background-color: #251F7D; }
a { background-color: rgb(37,31,125); }
div.DivClassName
{
background-color: #251F7D;
}
.BgClassName
{
background-color: #251F7D;
}
</style>
border-color css
<style>
span { border-color: #251F7D; }
span { border-color: rgb(37,31,125); }
td.TdClassName
{
border-color: #251F7D;
}
.TagClassName
{
border-color: #251F7D;
}
</style>