Shades of Midnight Blue #251B86
Tints of Midnight Blue #251B86
RGB
CMYK
RGB Variations
Color information
#251B86 (or 0x251B86) is known color: Midnight Blue. HEX triplet: 25, 1B and 86. RGB value is (37,27,134). Sum of RGB (Red+Green+Blue) = 37+27+134=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #251B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251B86 is #DAE479. Grayscale: #292929. Windows color (decimal): -14345338 or 8788773. OLE color: 8788773.
HSL color Cylindrical-coordinate representation of color #251B86: hue angle of 245.61º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251B86 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 27 | 134 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.47 |
| HSL | 245.61º | 0.66% | 0.32% | - |
| HSV(B) | 245.61º | 0.8% | 0.53% | - |
| XYZ | 5.46 | 2.9 | 22.83 | - |
| YUV | 42.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 134 | 0.72 | 0.80 | 0 | 0.47 | 245.61 | 0.66 | 0.32 |
| Hex | 25 | 1B | 86 | 48 | 50 | 0 | 2F | F6 | 42 | 20 |
| Octal | 45 | 33 | 206 | 110 | 120 | 0 | 57 | 366 | 102 | 40 |
| Binary | 100101 | 11011 | 10000110 | 1001000 | 1010000 | 0 | 101111 | 11110110 | 1000010 | 100000 |
Color Harmonies of #251B86
Complementary color
Monochromatic Colors of #251B86
Black with #251B86
Text Example
Text Example
White with #251B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B86; }
p { color: rgb(37,27,134); }
H1.HeaderClassName
{
color: #251B86;
}
.AnyTagClassName
{
color: #251B86;
}
</style>
background-color css
<style>
a { background-color: #251B86; }
a { background-color: rgb(37,27,134); }
div.DivClassName
{
background-color: #251B86;
}
.BgClassName
{
background-color: #251B86;
}
</style>
border-color css
<style>
span { border-color: #251B86; }
span { border-color: rgb(37,27,134); }
td.TdClassName
{
border-color: #251B86;
}
.TagClassName
{
border-color: #251B86;
}
</style>