Shades of Midnight Blue #1E156C
Tints of Midnight Blue #1E156C
RGB
CMYK
RGB Variations
Color information
#1E156C (or 0x1E156C) is known color: Midnight Blue. HEX triplet: 1E, 15 and 6C. RGB value is (30,21,108). Sum of RGB (Red+Green+Blue) = 30+21+108=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E156C is #E1EA93. Grayscale: #212121. Windows color (decimal): -14805652 or 7083294. OLE color: 7083294.
HSL color Cylindrical-coordinate representation of color #1E156C: hue angle of 246.21º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E156C is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 21 | 108 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.58 |
| HSL | 246.21º | 0.67% | 0.25% | - |
| HSV(B) | 246.21º | 0.81% | 0.42% | - |
| XYZ | 3.51 | 1.9 | 14.37 | - |
| YUV | 33.61 | 169.98 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 108 | 0.72 | 0.81 | 0 | 0.58 | 246.21 | 0.67 | 0.25 |
| Hex | 1E | 15 | 6C | 48 | 51 | 0 | 3A | F6 | 43 | 19 |
| Octal | 36 | 25 | 154 | 110 | 121 | 0 | 72 | 366 | 103 | 31 |
| Binary | 11110 | 10101 | 1101100 | 1001000 | 1010001 | 0 | 111010 | 11110110 | 1000011 | 11001 |
Color Harmonies of #1E156C
Complementary color
Monochromatic Colors of #1E156C
Black with #1E156C
Text Example
Text Example
White with #1E156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E156C; }
p { color: rgb(30,21,108); }
H1.HeaderClassName
{
color: #1E156C;
}
.AnyTagClassName
{
color: #1E156C;
}
</style>
background-color css
<style>
a { background-color: #1E156C; }
a { background-color: rgb(30,21,108); }
div.DivClassName
{
background-color: #1E156C;
}
.BgClassName
{
background-color: #1E156C;
}
</style>
border-color css
<style>
span { border-color: #1E156C; }
span { border-color: rgb(30,21,108); }
td.TdClassName
{
border-color: #1E156C;
}
.TagClassName
{
border-color: #1E156C;
}
</style>