Shades of Midnight Blue #251A72
Tints of Midnight Blue #251A72
RGB
CMYK
RGB Variations
Color information
#251A72 (or 0x251A72) is known color: Midnight Blue. HEX triplet: 25, 1A and 72. RGB value is (37,26,114). Sum of RGB (Red+Green+Blue) = 37+26+114=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #251A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A72 is #DAE58D. Grayscale: #262626. Windows color (decimal): -14345614 or 7477797. OLE color: 7477797.
HSL color Cylindrical-coordinate representation of color #251A72: hue angle of 247.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #251A72 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 26 | 114 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.55 |
| HSL | 247.5º | 0.63% | 0.27% | - |
| HSV(B) | 247.5º | 0.77% | 0.45% | - |
| XYZ | 4.17 | 2.35 | 16.15 | - |
| YUV | 39.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 114 | 0.68 | 0.77 | 0 | 0.55 | 247.5 | 0.63 | 0.27 |
| Hex | 25 | 1A | 72 | 44 | 4D | 0 | 37 | F8 | 3F | 1B |
| Octal | 45 | 32 | 162 | 104 | 115 | 0 | 67 | 370 | 77 | 33 |
| Binary | 100101 | 11010 | 1110010 | 1000100 | 1001101 | 0 | 110111 | 11111000 | 111111 | 11011 |
Color Harmonies of #251A72
Complementary color
Monochromatic Colors of #251A72
Black with #251A72
Text Example
Text Example
White with #251A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A72; }
p { color: rgb(37,26,114); }
H1.HeaderClassName
{
color: #251A72;
}
.AnyTagClassName
{
color: #251A72;
}
</style>
background-color css
<style>
a { background-color: #251A72; }
a { background-color: rgb(37,26,114); }
div.DivClassName
{
background-color: #251A72;
}
.BgClassName
{
background-color: #251A72;
}
</style>
border-color css
<style>
span { border-color: #251A72; }
span { border-color: rgb(37,26,114); }
td.TdClassName
{
border-color: #251A72;
}
.TagClassName
{
border-color: #251A72;
}
</style>