Shades of Midnight Blue #1E257F
Tints of Midnight Blue #1E257F
RGB
CMYK
RGB Variations
Color information
#1E257F (or 0x1E257F) is known color: Midnight Blue. HEX triplet: 1E, 25 and 7F. RGB value is (30,37,127). Sum of RGB (Red+Green+Blue) = 30+37+127=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E257F is #E1DA80. Grayscale: #2C2C2C. Windows color (decimal): -14801537 or 8332574. OLE color: 8332574.
HSL color Cylindrical-coordinate representation of color #1E257F: hue angle of 235.67º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E257F is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 37 | 127 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.50 |
| HSL | 235.67º | 0.62% | 0.31% | - |
| HSV(B) | 235.67º | 0.76% | 0.5% | - |
| XYZ | 5.03 | 3.13 | 20.42 | - |
| YUV | 45.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 127 | 0.76 | 0.71 | 0 | 0.50 | 235.67 | 0.62 | 0.31 |
| Hex | 1E | 25 | 7F | 4C | 47 | 0 | 32 | EC | 3E | 1F |
| Octal | 36 | 45 | 177 | 114 | 107 | 0 | 62 | 354 | 76 | 37 |
| Binary | 11110 | 100101 | 1111111 | 1001100 | 1000111 | 0 | 110010 | 11101100 | 111110 | 11111 |
Color Harmonies of #1E257F
Complementary color
Monochromatic Colors of #1E257F
Black with #1E257F
Text Example
Text Example
White with #1E257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E257F; }
p { color: rgb(30,37,127); }
H1.HeaderClassName
{
color: #1E257F;
}
.AnyTagClassName
{
color: #1E257F;
}
</style>
background-color css
<style>
a { background-color: #1E257F; }
a { background-color: rgb(30,37,127); }
div.DivClassName
{
background-color: #1E257F;
}
.BgClassName
{
background-color: #1E257F;
}
</style>
border-color css
<style>
span { border-color: #1E257F; }
span { border-color: rgb(30,37,127); }
td.TdClassName
{
border-color: #1E257F;
}
.TagClassName
{
border-color: #1E257F;
}
</style>