Shades of Midnight Blue #1E185F
Tints of Midnight Blue #1E185F
RGB
CMYK
RGB Variations
Color information
#1E185F (or 0x1E185F) is known color: Midnight Blue. HEX triplet: 1E, 18 and 5F. RGB value is (30,24,95). Sum of RGB (Red+Green+Blue) = 30+24+95=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E185F is #E1E7A0. Grayscale: #212121. Windows color (decimal): -14804897 or 6232094. OLE color: 6232094.
HSL color Cylindrical-coordinate representation of color #1E185F: hue angle of 245.07º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E185F is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 24 | 95 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.63 |
| HSL | 245.07º | 0.6% | 0.23% | - |
| HSV(B) | 245.07º | 0.75% | 0.37% | - |
| XYZ | 2.93 | 1.76 | 11.01 | - |
| YUV | 33.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 95 | 0.68 | 0.75 | 0 | 0.63 | 245.07 | 0.6 | 0.23 |
| Hex | 1E | 18 | 5F | 44 | 4B | 0 | 3F | F5 | 3C | 17 |
| Octal | 36 | 30 | 137 | 104 | 113 | 0 | 77 | 365 | 74 | 27 |
| Binary | 11110 | 11000 | 1011111 | 1000100 | 1001011 | 0 | 111111 | 11110101 | 111100 | 10111 |
Color Harmonies of #1E185F
Complementary color
Monochromatic Colors of #1E185F
Black with #1E185F
Text Example
Text Example
White with #1E185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E185F; }
p { color: rgb(30,24,95); }
H1.HeaderClassName
{
color: #1E185F;
}
.AnyTagClassName
{
color: #1E185F;
}
</style>
background-color css
<style>
a { background-color: #1E185F; }
a { background-color: rgb(30,24,95); }
div.DivClassName
{
background-color: #1E185F;
}
.BgClassName
{
background-color: #1E185F;
}
</style>
border-color css
<style>
span { border-color: #1E185F; }
span { border-color: rgb(30,24,95); }
td.TdClassName
{
border-color: #1E185F;
}
.TagClassName
{
border-color: #1E185F;
}
</style>