Shades of Midnight Blue #1E187C
Tints of Midnight Blue #1E187C
RGB
CMYK
RGB Variations
Color information
#1E187C (or 0x1E187C) is known color: Midnight Blue. HEX triplet: 1E, 18 and 7C. RGB value is (30,24,124). Sum of RGB (Red+Green+Blue) = 30+24+124=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E187C is #E1E783. Grayscale: #242424. Windows color (decimal): -14804868 or 8132638. OLE color: 8132638.
HSL color Cylindrical-coordinate representation of color #1E187C: hue angle of 243.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E187C is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 24 | 124 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.51 |
| HSL | 243.6º | 0.68% | 0.29% | - |
| HSV(B) | 243.6º | 0.81% | 0.49% | - |
| XYZ | 4.5 | 2.38 | 19.29 | - |
| YUV | 37.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 124 | 0.76 | 0.81 | 0 | 0.51 | 243.6 | 0.68 | 0.29 |
| Hex | 1E | 18 | 7C | 4C | 51 | 0 | 33 | F4 | 44 | 1D |
| Octal | 36 | 30 | 174 | 114 | 121 | 0 | 63 | 364 | 104 | 35 |
| Binary | 11110 | 11000 | 1111100 | 1001100 | 1010001 | 0 | 110011 | 11110100 | 1000100 | 11101 |
Color Harmonies of #1E187C
Complementary color
Monochromatic Colors of #1E187C
Black with #1E187C
Text Example
Text Example
White with #1E187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E187C; }
p { color: rgb(30,24,124); }
H1.HeaderClassName
{
color: #1E187C;
}
.AnyTagClassName
{
color: #1E187C;
}
</style>
background-color css
<style>
a { background-color: #1E187C; }
a { background-color: rgb(30,24,124); }
div.DivClassName
{
background-color: #1E187C;
}
.BgClassName
{
background-color: #1E187C;
}
</style>
border-color css
<style>
span { border-color: #1E187C; }
span { border-color: rgb(30,24,124); }
td.TdClassName
{
border-color: #1E187C;
}
.TagClassName
{
border-color: #1E187C;
}
</style>