Shades of Midnight Blue #251C7C
Tints of Midnight Blue #251C7C
RGB
CMYK
RGB Variations
Color information
#251C7C (or 0x251C7C) is known color: Midnight Blue. HEX triplet: 25, 1C and 7C. RGB value is (37,28,124). Sum of RGB (Red+Green+Blue) = 37+28+124=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #251C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C7C is #DAE383. Grayscale: #292929. Windows color (decimal): -14345092 or 8133669. OLE color: 8133669.
HSL color Cylindrical-coordinate representation of color #251C7C: hue angle of 245.62º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #251C7C is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 28 | 124 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.51 |
| HSL | 245.63º | 0.63% | 0.3% | - |
| HSV(B) | 245.63º | 0.77% | 0.49% | - |
| XYZ | 4.82 | 2.68 | 19.33 | - |
| YUV | 41.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 124 | 0.70 | 0.77 | 0 | 0.51 | 245.63 | 0.63 | 0.3 |
| Hex | 25 | 1C | 7C | 46 | 4D | 0 | 33 | F6 | 3F | 1E |
| Octal | 45 | 34 | 174 | 106 | 115 | 0 | 63 | 366 | 77 | 36 |
| Binary | 100101 | 11100 | 1111100 | 1000110 | 1001101 | 0 | 110011 | 11110110 | 111111 | 11110 |
Color Harmonies of #251C7C
Complementary color
Monochromatic Colors of #251C7C
Black with #251C7C
Text Example
Text Example
White with #251C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C7C; }
p { color: rgb(37,28,124); }
H1.HeaderClassName
{
color: #251C7C;
}
.AnyTagClassName
{
color: #251C7C;
}
</style>
background-color css
<style>
a { background-color: #251C7C; }
a { background-color: rgb(37,28,124); }
div.DivClassName
{
background-color: #251C7C;
}
.BgClassName
{
background-color: #251C7C;
}
</style>
border-color css
<style>
span { border-color: #251C7C; }
span { border-color: rgb(37,28,124); }
td.TdClassName
{
border-color: #251C7C;
}
.TagClassName
{
border-color: #251C7C;
}
</style>