Shades of Midnight Blue #1E258B
Tints of Midnight Blue #1E258B
RGB
CMYK
RGB Variations
Color information
#1E258B (or 0x1E258B) is known color: Midnight Blue. HEX triplet: 1E, 25 and 8B. RGB value is (30,37,139). Sum of RGB (Red+Green+Blue) = 30+37+139=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E258B is #E1DA74. Grayscale: #2E2E2E. Windows color (decimal): -14801525 or 9119006. OLE color: 9119006.
HSL color Cylindrical-coordinate representation of color #1E258B: hue angle of 236.15º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E258B is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 37 | 139 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.45 |
| HSL | 236.15º | 0.64% | 0.33% | - |
| HSV(B) | 236.15º | 0.78% | 0.55% | - |
| XYZ | 5.86 | 3.46 | 24.79 | - |
| YUV | 46.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 139 | 0.78 | 0.73 | 0 | 0.45 | 236.15 | 0.64 | 0.33 |
| Hex | 1E | 25 | 8B | 4E | 49 | 0 | 2D | EC | 40 | 21 |
| Octal | 36 | 45 | 213 | 116 | 111 | 0 | 55 | 354 | 100 | 41 |
| Binary | 11110 | 100101 | 10001011 | 1001110 | 1001001 | 0 | 101101 | 11101100 | 1000000 | 100001 |
Color Harmonies of #1E258B
Complementary color
Monochromatic Colors of #1E258B
Black with #1E258B
Text Example
Text Example
White with #1E258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E258B; }
p { color: rgb(30,37,139); }
H1.HeaderClassName
{
color: #1E258B;
}
.AnyTagClassName
{
color: #1E258B;
}
</style>
background-color css
<style>
a { background-color: #1E258B; }
a { background-color: rgb(30,37,139); }
div.DivClassName
{
background-color: #1E258B;
}
.BgClassName
{
background-color: #1E258B;
}
</style>
border-color css
<style>
span { border-color: #1E258B; }
span { border-color: rgb(30,37,139); }
td.TdClassName
{
border-color: #1E258B;
}
.TagClassName
{
border-color: #1E258B;
}
</style>