Shades of Midnight Blue #251A74
Tints of Midnight Blue #251A74
RGB
CMYK
RGB Variations
Color information
#251A74 (or 0x251A74) is known color: Midnight Blue. HEX triplet: 25, 1A and 74. RGB value is (37,26,116). Sum of RGB (Red+Green+Blue) = 37+26+116=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #251A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A74 is #DAE58B. Grayscale: #272727. Windows color (decimal): -14345612 or 7608869. OLE color: 7608869.
HSL color Cylindrical-coordinate representation of color #251A74: hue angle of 247.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251A74 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 26 | 116 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.55 |
| HSL | 247.33º | 0.63% | 0.28% | - |
| HSV(B) | 247.33º | 0.78% | 0.45% | - |
| XYZ | 4.28 | 2.39 | 16.76 | - |
| YUV | 39.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 116 | 0.68 | 0.78 | 0 | 0.55 | 247.33 | 0.63 | 0.28 |
| Hex | 25 | 1A | 74 | 44 | 4E | 0 | 37 | F7 | 3F | 1C |
| Octal | 45 | 32 | 164 | 104 | 116 | 0 | 67 | 367 | 77 | 34 |
| Binary | 100101 | 11010 | 1110100 | 1000100 | 1001110 | 0 | 110111 | 11110111 | 111111 | 11100 |
Color Harmonies of #251A74
Complementary color
Monochromatic Colors of #251A74
Black with #251A74
Text Example
Text Example
White with #251A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A74; }
p { color: rgb(37,26,116); }
H1.HeaderClassName
{
color: #251A74;
}
.AnyTagClassName
{
color: #251A74;
}
</style>
background-color css
<style>
a { background-color: #251A74; }
a { background-color: rgb(37,26,116); }
div.DivClassName
{
background-color: #251A74;
}
.BgClassName
{
background-color: #251A74;
}
</style>
border-color css
<style>
span { border-color: #251A74; }
span { border-color: rgb(37,26,116); }
td.TdClassName
{
border-color: #251A74;
}
.TagClassName
{
border-color: #251A74;
}
</style>