Shades of Midnight Blue #252874
Tints of Midnight Blue #252874
RGB
CMYK
RGB Variations
Color information
#252874 (or 0x252874) is known color: Midnight Blue. HEX triplet: 25, 28 and 74. RGB value is (37,40,116). Sum of RGB (Red+Green+Blue) = 37+40+116=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #252874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252874 is #DAD78B. Grayscale: #2F2F2F. Windows color (decimal): -14342028 or 7612453. OLE color: 7612453.
HSL color Cylindrical-coordinate representation of color #252874: hue angle of 237.72º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252874 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 40 | 116 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.55 |
| HSL | 237.72º | 0.52% | 0.3% | - |
| HSV(B) | 237.72º | 0.68% | 0.45% | - |
| XYZ | 4.67 | 3.17 | 16.89 | - |
| YUV | 47.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 116 | 0.68 | 0.66 | 0 | 0.55 | 237.72 | 0.52 | 0.3 |
| Hex | 25 | 28 | 74 | 44 | 42 | 0 | 37 | EE | 34 | 1E |
| Octal | 45 | 50 | 164 | 104 | 102 | 0 | 67 | 356 | 64 | 36 |
| Binary | 100101 | 101000 | 1110100 | 1000100 | 1000010 | 0 | 110111 | 11101110 | 110100 | 11110 |
Color Harmonies of #252874
Complementary color
Monochromatic Colors of #252874
Black with #252874
Text Example
Text Example
White with #252874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252874; }
p { color: rgb(37,40,116); }
H1.HeaderClassName
{
color: #252874;
}
.AnyTagClassName
{
color: #252874;
}
</style>
background-color css
<style>
a { background-color: #252874; }
a { background-color: rgb(37,40,116); }
div.DivClassName
{
background-color: #252874;
}
.BgClassName
{
background-color: #252874;
}
</style>
border-color css
<style>
span { border-color: #252874; }
span { border-color: rgb(37,40,116); }
td.TdClassName
{
border-color: #252874;
}
.TagClassName
{
border-color: #252874;
}
</style>