Shades of Midnight Blue #251E84
Tints of Midnight Blue #251E84
RGB
CMYK
RGB Variations
Color information
#251E84 (or 0x251E84) is known color: Midnight Blue. HEX triplet: 25, 1E and 84. RGB value is (37,30,132). Sum of RGB (Red+Green+Blue) = 37+30+132=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #251E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251E84 is #DAE17B. Grayscale: #2B2B2B. Windows color (decimal): -14344572 or 8658469. OLE color: 8658469.
HSL color Cylindrical-coordinate representation of color #251E84: hue angle of 244.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #251E84 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 30 | 132 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.48 |
| HSL | 244.12º | 0.63% | 0.32% | - |
| HSV(B) | 244.12º | 0.77% | 0.52% | - |
| XYZ | 5.39 | 2.99 | 22.12 | - |
| YUV | 43.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 132 | 0.72 | 0.77 | 0 | 0.48 | 244.12 | 0.63 | 0.32 |
| Hex | 25 | 1E | 84 | 48 | 4D | 0 | 30 | F4 | 3F | 20 |
| Octal | 45 | 36 | 204 | 110 | 115 | 0 | 60 | 364 | 77 | 40 |
| Binary | 100101 | 11110 | 10000100 | 1001000 | 1001101 | 0 | 110000 | 11110100 | 111111 | 100000 |
Color Harmonies of #251E84
Complementary color
Monochromatic Colors of #251E84
Black with #251E84
Text Example
Text Example
White with #251E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E84; }
p { color: rgb(37,30,132); }
H1.HeaderClassName
{
color: #251E84;
}
.AnyTagClassName
{
color: #251E84;
}
</style>
background-color css
<style>
a { background-color: #251E84; }
a { background-color: rgb(37,30,132); }
div.DivClassName
{
background-color: #251E84;
}
.BgClassName
{
background-color: #251E84;
}
</style>
border-color css
<style>
span { border-color: #251E84; }
span { border-color: rgb(37,30,132); }
td.TdClassName
{
border-color: #251E84;
}
.TagClassName
{
border-color: #251E84;
}
</style>