Shades of Midnight Blue #252979
Tints of Midnight Blue #252979
RGB
CMYK
RGB Variations
Color information
#252979 (or 0x252979) is known color: Midnight Blue. HEX triplet: 25, 29 and 79. RGB value is (37,41,121). Sum of RGB (Red+Green+Blue) = 37+41+121=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #252979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252979 is #DAD686. Grayscale: #303030. Windows color (decimal): -14341767 or 7940389. OLE color: 7940389.
HSL color Cylindrical-coordinate representation of color #252979: hue angle of 237.14º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252979 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 41 | 121 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.53 |
| HSL | 237.14º | 0.53% | 0.31% | - |
| HSV(B) | 237.14º | 0.69% | 0.47% | - |
| XYZ | 5.01 | 3.36 | 18.47 | - |
| YUV | 48.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 121 | 0.69 | 0.66 | 0 | 0.53 | 237.14 | 0.53 | 0.31 |
| Hex | 25 | 29 | 79 | 45 | 42 | 0 | 35 | ED | 35 | 1F |
| Octal | 45 | 51 | 171 | 105 | 102 | 0 | 65 | 355 | 65 | 37 |
| Binary | 100101 | 101001 | 1111001 | 1000101 | 1000010 | 0 | 110101 | 11101101 | 110101 | 11111 |
Color Harmonies of #252979
Complementary color
Monochromatic Colors of #252979
Black with #252979
Text Example
Text Example
White with #252979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252979; }
p { color: rgb(37,41,121); }
H1.HeaderClassName
{
color: #252979;
}
.AnyTagClassName
{
color: #252979;
}
</style>
background-color css
<style>
a { background-color: #252979; }
a { background-color: rgb(37,41,121); }
div.DivClassName
{
background-color: #252979;
}
.BgClassName
{
background-color: #252979;
}
</style>
border-color css
<style>
span { border-color: #252979; }
span { border-color: rgb(37,41,121); }
td.TdClassName
{
border-color: #252979;
}
.TagClassName
{
border-color: #252979;
}
</style>