Shades of Midnight Blue #251A7D
Tints of Midnight Blue #251A7D
RGB
CMYK
RGB Variations
Color information
#251A7D (or 0x251A7D) is known color: Midnight Blue. HEX triplet: 25, 1A and 7D. RGB value is (37,26,125). Sum of RGB (Red+Green+Blue) = 37+26+125=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #251A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A7D is #DAE582. Grayscale: #282828. Windows color (decimal): -14345603 or 8198693. OLE color: 8198693.
HSL color Cylindrical-coordinate representation of color #251A7D: hue angle of 246.67º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251A7D is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 26 | 125 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.51 |
| HSL | 246.67º | 0.66% | 0.3% | - |
| HSV(B) | 246.67º | 0.79% | 0.49% | - |
| XYZ | 4.83 | 2.61 | 19.65 | - |
| YUV | 40.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 125 | 0.70 | 0.79 | 0 | 0.51 | 246.67 | 0.66 | 0.3 |
| Hex | 25 | 1A | 7D | 46 | 4F | 0 | 33 | F7 | 42 | 1E |
| Octal | 45 | 32 | 175 | 106 | 117 | 0 | 63 | 367 | 102 | 36 |
| Binary | 100101 | 11010 | 1111101 | 1000110 | 1001111 | 0 | 110011 | 11110111 | 1000010 | 11110 |
Color Harmonies of #251A7D
Complementary color
Monochromatic Colors of #251A7D
Black with #251A7D
Text Example
Text Example
White with #251A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A7D; }
p { color: rgb(37,26,125); }
H1.HeaderClassName
{
color: #251A7D;
}
.AnyTagClassName
{
color: #251A7D;
}
</style>
background-color css
<style>
a { background-color: #251A7D; }
a { background-color: rgb(37,26,125); }
div.DivClassName
{
background-color: #251A7D;
}
.BgClassName
{
background-color: #251A7D;
}
</style>
border-color css
<style>
span { border-color: #251A7D; }
span { border-color: rgb(37,26,125); }
td.TdClassName
{
border-color: #251A7D;
}
.TagClassName
{
border-color: #251A7D;
}
</style>