Shades of Midnight Blue #1E1C6B
Tints of Midnight Blue #1E1C6B
RGB
CMYK
RGB Variations
Color information
#1E1C6B (or 0x1E1C6B) is known color: Midnight Blue. HEX triplet: 1E, 1C and 6B. RGB value is (30,28,107). Sum of RGB (Red+Green+Blue) = 30+28+107=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E1C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C6B is #E1E394. Grayscale: #252525. Windows color (decimal): -14803861 or 7019550. OLE color: 7019550.
HSL color Cylindrical-coordinate representation of color #1E1C6B: hue angle of 241.52º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E1C6B is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 28 | 107 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.58 |
| HSL | 241.52º | 0.59% | 0.26% | - |
| HSV(B) | 241.52º | 0.74% | 0.42% | - |
| XYZ | 3.6 | 2.17 | 14.14 | - |
| YUV | 37.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 107 | 0.72 | 0.74 | 0 | 0.58 | 241.52 | 0.59 | 0.26 |
| Hex | 1E | 1C | 6B | 48 | 4A | 0 | 3A | F2 | 3B | 1A |
| Octal | 36 | 34 | 153 | 110 | 112 | 0 | 72 | 362 | 73 | 32 |
| Binary | 11110 | 11100 | 1101011 | 1001000 | 1001010 | 0 | 111010 | 11110010 | 111011 | 11010 |
Color Harmonies of #1E1C6B
Complementary color
Monochromatic Colors of #1E1C6B
Black with #1E1C6B
Text Example
Text Example
White with #1E1C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C6B; }
p { color: rgb(30,28,107); }
H1.HeaderClassName
{
color: #1E1C6B;
}
.AnyTagClassName
{
color: #1E1C6B;
}
</style>
background-color css
<style>
a { background-color: #1E1C6B; }
a { background-color: rgb(30,28,107); }
div.DivClassName
{
background-color: #1E1C6B;
}
.BgClassName
{
background-color: #1E1C6B;
}
</style>
border-color css
<style>
span { border-color: #1E1C6B; }
span { border-color: rgb(30,28,107); }
td.TdClassName
{
border-color: #1E1C6B;
}
.TagClassName
{
border-color: #1E1C6B;
}
</style>