Shades of Midnight Blue #251974
Tints of Midnight Blue #251974
RGB
CMYK
RGB Variations
Color information
#251974 (or 0x251974) is known color: Midnight Blue. HEX triplet: 25, 19 and 74. RGB value is (37,25,116). Sum of RGB (Red+Green+Blue) = 37+25+116=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #251974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251974 is #DAE68B. Grayscale: #262626. Windows color (decimal): -14345868 or 7608613. OLE color: 7608613.
HSL color Cylindrical-coordinate representation of color #251974: hue angle of 247.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251974 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 25 | 116 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.55 |
| HSL | 247.91º | 0.65% | 0.28% | - |
| HSV(B) | 247.91º | 0.78% | 0.45% | - |
| XYZ | 4.26 | 2.35 | 16.75 | - |
| YUV | 38.96 | 171.48 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 116 | 0.68 | 0.78 | 0 | 0.55 | 247.91 | 0.65 | 0.28 |
| Hex | 25 | 19 | 74 | 44 | 4E | 0 | 37 | F8 | 41 | 1C |
| Octal | 45 | 31 | 164 | 104 | 116 | 0 | 67 | 370 | 101 | 34 |
| Binary | 100101 | 11001 | 1110100 | 1000100 | 1001110 | 0 | 110111 | 11111000 | 1000001 | 11100 |
Color Harmonies of #251974
Complementary color
Monochromatic Colors of #251974
Black with #251974
Text Example
Text Example
White with #251974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251974; }
p { color: rgb(37,25,116); }
H1.HeaderClassName
{
color: #251974;
}
.AnyTagClassName
{
color: #251974;
}
</style>
background-color css
<style>
a { background-color: #251974; }
a { background-color: rgb(37,25,116); }
div.DivClassName
{
background-color: #251974;
}
.BgClassName
{
background-color: #251974;
}
</style>
border-color css
<style>
span { border-color: #251974; }
span { border-color: rgb(37,25,116); }
td.TdClassName
{
border-color: #251974;
}
.TagClassName
{
border-color: #251974;
}
</style>