Shades of Midnight Blue #1E135F
Tints of Midnight Blue #1E135F
RGB
CMYK
RGB Variations
Color information
#1E135F (or 0x1E135F) is known color: Midnight Blue. HEX triplet: 1E, 13 and 5F. RGB value is (30,19,95). Sum of RGB (Red+Green+Blue) = 30+19+95=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E135F is #E1ECA0. Grayscale: #1E1E1E. Windows color (decimal): -14806177 or 6230814. OLE color: 6230814.
HSL color Cylindrical-coordinate representation of color #1E135F: hue angle of 248.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E135F is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 19 | 95 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.63 |
| HSL | 248.68º | 0.67% | 0.22% | - |
| HSV(B) | 248.68º | 0.8% | 0.37% | - |
| XYZ | 2.83 | 1.57 | 10.98 | - |
| YUV | 30.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 95 | 0.68 | 0.80 | 0 | 0.63 | 248.68 | 0.67 | 0.22 |
| Hex | 1E | 13 | 5F | 44 | 50 | 0 | 3F | F9 | 43 | 16 |
| Octal | 36 | 23 | 137 | 104 | 120 | 0 | 77 | 371 | 103 | 26 |
| Binary | 11110 | 10011 | 1011111 | 1000100 | 1010000 | 0 | 111111 | 11111001 | 1000011 | 10110 |
Color Harmonies of #1E135F
Complementary color
Monochromatic Colors of #1E135F
Black with #1E135F
Text Example
Text Example
White with #1E135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E135F; }
p { color: rgb(30,19,95); }
H1.HeaderClassName
{
color: #1E135F;
}
.AnyTagClassName
{
color: #1E135F;
}
</style>
background-color css
<style>
a { background-color: #1E135F; }
a { background-color: rgb(30,19,95); }
div.DivClassName
{
background-color: #1E135F;
}
.BgClassName
{
background-color: #1E135F;
}
</style>
border-color css
<style>
span { border-color: #1E135F; }
span { border-color: rgb(30,19,95); }
td.TdClassName
{
border-color: #1E135F;
}
.TagClassName
{
border-color: #1E135F;
}
</style>