Shades of Midnight Blue #1E1360
Tints of Midnight Blue #1E1360
RGB
CMYK
RGB Variations
Color information
#1E1360 (or 0x1E1360) is known color: Midnight Blue. HEX triplet: 1E, 13 and 60. RGB value is (30,19,96). Sum of RGB (Red+Green+Blue) = 30+19+96=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1360 is #E1EC9F. Grayscale: #1E1E1E. Windows color (decimal): -14806176 or 6296350. OLE color: 6296350.
HSL color Cylindrical-coordinate representation of color #1E1360: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1360 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 19 | 96 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.62 |
| HSL | 248.57º | 0.67% | 0.23% | - |
| HSV(B) | 248.57º | 0.8% | 0.38% | - |
| XYZ | 2.88 | 1.59 | 11.22 | - |
| YUV | 31.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 96 | 0.69 | 0.80 | 0 | 0.62 | 248.57 | 0.67 | 0.23 |
| Hex | 1E | 13 | 60 | 45 | 50 | 0 | 3E | F9 | 43 | 17 |
| Octal | 36 | 23 | 140 | 105 | 120 | 0 | 76 | 371 | 103 | 27 |
| Binary | 11110 | 10011 | 1100000 | 1000101 | 1010000 | 0 | 111110 | 11111001 | 1000011 | 10111 |
Color Harmonies of #1E1360
Complementary color
Monochromatic Colors of #1E1360
Black with #1E1360
Text Example
Text Example
White with #1E1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1360; }
p { color: rgb(30,19,96); }
H1.HeaderClassName
{
color: #1E1360;
}
.AnyTagClassName
{
color: #1E1360;
}
</style>
background-color css
<style>
a { background-color: #1E1360; }
a { background-color: rgb(30,19,96); }
div.DivClassName
{
background-color: #1E1360;
}
.BgClassName
{
background-color: #1E1360;
}
</style>
border-color css
<style>
span { border-color: #1E1360; }
span { border-color: rgb(30,19,96); }
td.TdClassName
{
border-color: #1E1360;
}
.TagClassName
{
border-color: #1E1360;
}
</style>