Shades of Midnight Blue #1E0F6C
Tints of Midnight Blue #1E0F6C
RGB
CMYK
RGB Variations
Color information
#1E0F6C (or 0x1E0F6C) is known color: Midnight Blue. HEX triplet: 1E, 0F and 6C. RGB value is (30,15,108). Sum of RGB (Red+Green+Blue) = 30+15+108=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E0F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0F6C is #E1F093. Grayscale: #1D1D1D. Windows color (decimal): -14807188 or 7081758. OLE color: 7081758.
HSL color Cylindrical-coordinate representation of color #1E0F6C: hue angle of 249.68º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E0F6C is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 15 | 108 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.58 |
| HSL | 249.68º | 0.76% | 0.24% | - |
| HSV(B) | 249.68º | 0.86% | 0.42% | - |
| XYZ | 3.41 | 1.7 | 14.34 | - |
| YUV | 30.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 108 | 0.72 | 0.86 | 0 | 0.58 | 249.68 | 0.76 | 0.24 |
| Hex | 1E | F | 6C | 48 | 56 | 0 | 3A | FA | 4C | 18 |
| Octal | 36 | 17 | 154 | 110 | 126 | 0 | 72 | 372 | 114 | 30 |
| Binary | 11110 | 1111 | 1101100 | 1001000 | 1010110 | 0 | 111010 | 11111010 | 1001100 | 11000 |
Color Harmonies of #1E0F6C
Complementary color
Monochromatic Colors of #1E0F6C
Black with #1E0F6C
Text Example
Text Example
White with #1E0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F6C; }
p { color: rgb(30,15,108); }
H1.HeaderClassName
{
color: #1E0F6C;
}
.AnyTagClassName
{
color: #1E0F6C;
}
</style>
background-color css
<style>
a { background-color: #1E0F6C; }
a { background-color: rgb(30,15,108); }
div.DivClassName
{
background-color: #1E0F6C;
}
.BgClassName
{
background-color: #1E0F6C;
}
</style>
border-color css
<style>
span { border-color: #1E0F6C; }
span { border-color: rgb(30,15,108); }
td.TdClassName
{
border-color: #1E0F6C;
}
.TagClassName
{
border-color: #1E0F6C;
}
</style>