Shades of Midnight Blue #1E1062
Tints of Midnight Blue #1E1062
RGB
CMYK
RGB Variations
Color information
#1E1062 (or 0x1E1062) is known color: Midnight Blue. HEX triplet: 1E, 10 and 62. RGB value is (30,16,98). Sum of RGB (Red+Green+Blue) = 30+16+98=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E1062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1062 is #E1EF9D. Grayscale: #1D1D1D. Windows color (decimal): -14806942 or 6426654. OLE color: 6426654.
HSL color Cylindrical-coordinate representation of color #1E1062: hue angle of 250.24º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1062 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 16 | 98 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.62 |
| HSL | 250.24º | 0.72% | 0.22% | - |
| HSV(B) | 250.24º | 0.84% | 0.38% | - |
| XYZ | 2.93 | 1.53 | 11.7 | - |
| YUV | 29.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 98 | 0.69 | 0.84 | 0 | 0.62 | 250.24 | 0.72 | 0.22 |
| Hex | 1E | 10 | 62 | 45 | 54 | 0 | 3E | FA | 48 | 16 |
| Octal | 36 | 20 | 142 | 105 | 124 | 0 | 76 | 372 | 110 | 26 |
| Binary | 11110 | 10000 | 1100010 | 1000101 | 1010100 | 0 | 111110 | 11111010 | 1001000 | 10110 |
Color Harmonies of #1E1062
Complementary color
Monochromatic Colors of #1E1062
Black with #1E1062
Text Example
Text Example
White with #1E1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1062; }
p { color: rgb(30,16,98); }
H1.HeaderClassName
{
color: #1E1062;
}
.AnyTagClassName
{
color: #1E1062;
}
</style>
background-color css
<style>
a { background-color: #1E1062; }
a { background-color: rgb(30,16,98); }
div.DivClassName
{
background-color: #1E1062;
}
.BgClassName
{
background-color: #1E1062;
}
</style>
border-color css
<style>
span { border-color: #1E1062; }
span { border-color: rgb(30,16,98); }
td.TdClassName
{
border-color: #1E1062;
}
.TagClassName
{
border-color: #1E1062;
}
</style>