Shades of Midnight Blue #1E1C6C
Tints of Midnight Blue #1E1C6C
RGB
CMYK
RGB Variations
Color information
#1E1C6C (or 0x1E1C6C) is known color: Midnight Blue. HEX triplet: 1E, 1C and 6C. RGB value is (30,28,108). Sum of RGB (Red+Green+Blue) = 30+28+108=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E1C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C6C is #E1E393. Grayscale: #252525. Windows color (decimal): -14803860 or 7085086. OLE color: 7085086.
HSL color Cylindrical-coordinate representation of color #1E1C6C: hue angle of 241.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E1C6C is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 28 | 108 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.58 |
| HSL | 241.5º | 0.59% | 0.27% | - |
| HSV(B) | 241.5º | 0.74% | 0.42% | - |
| XYZ | 3.66 | 2.19 | 14.42 | - |
| YUV | 37.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 108 | 0.72 | 0.74 | 0 | 0.58 | 241.5 | 0.59 | 0.27 |
| Hex | 1E | 1C | 6C | 48 | 4A | 0 | 3A | F2 | 3B | 1B |
| Octal | 36 | 34 | 154 | 110 | 112 | 0 | 72 | 362 | 73 | 33 |
| Binary | 11110 | 11100 | 1101100 | 1001000 | 1001010 | 0 | 111010 | 11110010 | 111011 | 11011 |
Color Harmonies of #1E1C6C
Complementary color
Monochromatic Colors of #1E1C6C
Black with #1E1C6C
Text Example
Text Example
White with #1E1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C6C; }
p { color: rgb(30,28,108); }
H1.HeaderClassName
{
color: #1E1C6C;
}
.AnyTagClassName
{
color: #1E1C6C;
}
</style>
background-color css
<style>
a { background-color: #1E1C6C; }
a { background-color: rgb(30,28,108); }
div.DivClassName
{
background-color: #1E1C6C;
}
.BgClassName
{
background-color: #1E1C6C;
}
</style>
border-color css
<style>
span { border-color: #1E1C6C; }
span { border-color: rgb(30,28,108); }
td.TdClassName
{
border-color: #1E1C6C;
}
.TagClassName
{
border-color: #1E1C6C;
}
</style>