Shades of Midnight Blue #251D75
Tints of Midnight Blue #251D75
RGB
CMYK
RGB Variations
Color information
#251D75 (or 0x251D75) is known color: Midnight Blue. HEX triplet: 25, 1D and 75. RGB value is (37,29,117). Sum of RGB (Red+Green+Blue) = 37+29+117=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #251D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D75 is #DAE28A. Grayscale: #292929. Windows color (decimal): -14344843 or 7675173. OLE color: 7675173.
HSL color Cylindrical-coordinate representation of color #251D75: hue angle of 245.45º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251D75 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 29 | 117 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.54 |
| HSL | 245.45º | 0.6% | 0.29% | - |
| HSV(B) | 245.45º | 0.75% | 0.46% | - |
| XYZ | 4.41 | 2.56 | 17.09 | - |
| YUV | 41.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 117 | 0.68 | 0.75 | 0 | 0.54 | 245.45 | 0.6 | 0.29 |
| Hex | 25 | 1D | 75 | 44 | 4B | 0 | 36 | F5 | 3C | 1D |
| Octal | 45 | 35 | 165 | 104 | 113 | 0 | 66 | 365 | 74 | 35 |
| Binary | 100101 | 11101 | 1110101 | 1000100 | 1001011 | 0 | 110110 | 11110101 | 111100 | 11101 |
Color Harmonies of #251D75
Complementary color
Monochromatic Colors of #251D75
Black with #251D75
Text Example
Text Example
White with #251D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D75; }
p { color: rgb(37,29,117); }
H1.HeaderClassName
{
color: #251D75;
}
.AnyTagClassName
{
color: #251D75;
}
</style>
background-color css
<style>
a { background-color: #251D75; }
a { background-color: rgb(37,29,117); }
div.DivClassName
{
background-color: #251D75;
}
.BgClassName
{
background-color: #251D75;
}
</style>
border-color css
<style>
span { border-color: #251D75; }
span { border-color: rgb(37,29,117); }
td.TdClassName
{
border-color: #251D75;
}
.TagClassName
{
border-color: #251D75;
}
</style>