Shades of Midnight Blue #1E1870
Tints of Midnight Blue #1E1870
RGB
CMYK
RGB Variations
Color information
#1E1870 (or 0x1E1870) is known color: Midnight Blue. HEX triplet: 1E, 18 and 70. RGB value is (30,24,112). Sum of RGB (Red+Green+Blue) = 30+24+112=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E1870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1870 is #E1E78F. Grayscale: #232323. Windows color (decimal): -14804880 or 7346206. OLE color: 7346206.
HSL color Cylindrical-coordinate representation of color #1E1870: hue angle of 244.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E1870 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 24 | 112 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.56 |
| HSL | 244.09º | 0.65% | 0.27% | - |
| HSV(B) | 244.09º | 0.79% | 0.44% | - |
| XYZ | 3.79 | 2.1 | 15.53 | - |
| YUV | 35.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 112 | 0.73 | 0.79 | 0 | 0.56 | 244.09 | 0.65 | 0.27 |
| Hex | 1E | 18 | 70 | 49 | 4F | 0 | 38 | F4 | 41 | 1B |
| Octal | 36 | 30 | 160 | 111 | 117 | 0 | 70 | 364 | 101 | 33 |
| Binary | 11110 | 11000 | 1110000 | 1001001 | 1001111 | 0 | 111000 | 11110100 | 1000001 | 11011 |
Color Harmonies of #1E1870
Complementary color
Monochromatic Colors of #1E1870
Black with #1E1870
Text Example
Text Example
White with #1E1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1870; }
p { color: rgb(30,24,112); }
H1.HeaderClassName
{
color: #1E1870;
}
.AnyTagClassName
{
color: #1E1870;
}
</style>
background-color css
<style>
a { background-color: #1E1870; }
a { background-color: rgb(30,24,112); }
div.DivClassName
{
background-color: #1E1870;
}
.BgClassName
{
background-color: #1E1870;
}
</style>
border-color css
<style>
span { border-color: #1E1870; }
span { border-color: rgb(30,24,112); }
td.TdClassName
{
border-color: #1E1870;
}
.TagClassName
{
border-color: #1E1870;
}
</style>