Shades of Midnight Blue #251C86
Tints of Midnight Blue #251C86
RGB
CMYK
RGB Variations
Color information
#251C86 (or 0x251C86) is known color: Midnight Blue. HEX triplet: 25, 1C and 86. RGB value is (37,28,134). Sum of RGB (Red+Green+Blue) = 37+28+134=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #251C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C86 is #DAE379. Grayscale: #2A2A2A. Windows color (decimal): -14345082 or 8789029. OLE color: 8789029.
HSL color Cylindrical-coordinate representation of color #251C86: hue angle of 245.09º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251C86 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 28 | 134 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.47 |
| HSL | 245.09º | 0.65% | 0.32% | - |
| HSV(B) | 245.09º | 0.79% | 0.53% | - |
| XYZ | 5.48 | 2.95 | 22.83 | - |
| YUV | 42.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 134 | 0.72 | 0.79 | 0 | 0.47 | 245.09 | 0.65 | 0.32 |
| Hex | 25 | 1C | 86 | 48 | 4F | 0 | 2F | F5 | 41 | 20 |
| Octal | 45 | 34 | 206 | 110 | 117 | 0 | 57 | 365 | 101 | 40 |
| Binary | 100101 | 11100 | 10000110 | 1001000 | 1001111 | 0 | 101111 | 11110101 | 1000001 | 100000 |
Color Harmonies of #251C86
Complementary color
Monochromatic Colors of #251C86
Black with #251C86
Text Example
Text Example
White with #251C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C86; }
p { color: rgb(37,28,134); }
H1.HeaderClassName
{
color: #251C86;
}
.AnyTagClassName
{
color: #251C86;
}
</style>
background-color css
<style>
a { background-color: #251C86; }
a { background-color: rgb(37,28,134); }
div.DivClassName
{
background-color: #251C86;
}
.BgClassName
{
background-color: #251C86;
}
</style>
border-color css
<style>
span { border-color: #251C86; }
span { border-color: rgb(37,28,134); }
td.TdClassName
{
border-color: #251C86;
}
.TagClassName
{
border-color: #251C86;
}
</style>