Shades of Midnight Blue #1E257A
Tints of Midnight Blue #1E257A
RGB
CMYK
RGB Variations
Color information
#1E257A (or 0x1E257A) is known color: Midnight Blue. HEX triplet: 1E, 25 and 7A. RGB value is (30,37,122). Sum of RGB (Red+Green+Blue) = 30+37+122=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E257A is #E1DA85. Grayscale: #2C2C2C. Windows color (decimal): -14801542 or 8004894. OLE color: 8004894.
HSL color Cylindrical-coordinate representation of color #1E257A: hue angle of 235.43º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E257A is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 37 | 122 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.52 |
| HSL | 235.43º | 0.61% | 0.3% | - |
| HSV(B) | 235.43º | 0.75% | 0.48% | - |
| XYZ | 4.71 | 3 | 18.74 | - |
| YUV | 44.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 122 | 0.75 | 0.70 | 0 | 0.52 | 235.43 | 0.61 | 0.3 |
| Hex | 1E | 25 | 7A | 4B | 46 | 0 | 34 | EB | 3D | 1E |
| Octal | 36 | 45 | 172 | 113 | 106 | 0 | 64 | 353 | 75 | 36 |
| Binary | 11110 | 100101 | 1111010 | 1001011 | 1000110 | 0 | 110100 | 11101011 | 111101 | 11110 |
Color Harmonies of #1E257A
Complementary color
Monochromatic Colors of #1E257A
Black with #1E257A
Text Example
Text Example
White with #1E257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E257A; }
p { color: rgb(30,37,122); }
H1.HeaderClassName
{
color: #1E257A;
}
.AnyTagClassName
{
color: #1E257A;
}
</style>
background-color css
<style>
a { background-color: #1E257A; }
a { background-color: rgb(30,37,122); }
div.DivClassName
{
background-color: #1E257A;
}
.BgClassName
{
background-color: #1E257A;
}
</style>
border-color css
<style>
span { border-color: #1E257A; }
span { border-color: rgb(30,37,122); }
td.TdClassName
{
border-color: #1E257A;
}
.TagClassName
{
border-color: #1E257A;
}
</style>