Shades of Midnight Blue #251A78
Tints of Midnight Blue #251A78
RGB
CMYK
RGB Variations
Color information
#251A78 (or 0x251A78) is known color: Midnight Blue. HEX triplet: 25, 1A and 78. RGB value is (37,26,120). Sum of RGB (Red+Green+Blue) = 37+26+120=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #251A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A78 is #DAE587. Grayscale: #272727. Windows color (decimal): -14345608 or 7871013. OLE color: 7871013.
HSL color Cylindrical-coordinate representation of color #251A78: hue angle of 247.02º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251A78 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 26 | 120 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.53 |
| HSL | 247.02º | 0.64% | 0.29% | - |
| HSV(B) | 247.02º | 0.78% | 0.47% | - |
| XYZ | 4.52 | 2.49 | 18.01 | - |
| YUV | 40.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 120 | 0.69 | 0.78 | 0 | 0.53 | 247.02 | 0.64 | 0.29 |
| Hex | 25 | 1A | 78 | 45 | 4E | 0 | 35 | F7 | 40 | 1D |
| Octal | 45 | 32 | 170 | 105 | 116 | 0 | 65 | 367 | 100 | 35 |
| Binary | 100101 | 11010 | 1111000 | 1000101 | 1001110 | 0 | 110101 | 11110111 | 1000000 | 11101 |
Color Harmonies of #251A78
Complementary color
Monochromatic Colors of #251A78
Black with #251A78
Text Example
Text Example
White with #251A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A78; }
p { color: rgb(37,26,120); }
H1.HeaderClassName
{
color: #251A78;
}
.AnyTagClassName
{
color: #251A78;
}
</style>
background-color css
<style>
a { background-color: #251A78; }
a { background-color: rgb(37,26,120); }
div.DivClassName
{
background-color: #251A78;
}
.BgClassName
{
background-color: #251A78;
}
</style>
border-color css
<style>
span { border-color: #251A78; }
span { border-color: rgb(37,26,120); }
td.TdClassName
{
border-color: #251A78;
}
.TagClassName
{
border-color: #251A78;
}
</style>