Shades of Midnight Blue #1E2062
Tints of Midnight Blue #1E2062
RGB
CMYK
RGB Variations
Color information
#1E2062 (or 0x1E2062) is known color: Midnight Blue. HEX triplet: 1E, 20 and 62. RGB value is (30,32,98). Sum of RGB (Red+Green+Blue) = 30+32+98=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2062 is #E1DF9D. Grayscale: #262626. Windows color (decimal): -14802846 or 6430750. OLE color: 6430750.
HSL color Cylindrical-coordinate representation of color #1E2062: hue angle of 238.24º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E2062 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 32 | 98 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.62 |
| HSL | 238.24º | 0.53% | 0.25% | - |
| HSV(B) | 238.24º | 0.69% | 0.38% | - |
| XYZ | 3.26 | 2.19 | 11.81 | - |
| YUV | 38.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 98 | 0.69 | 0.67 | 0 | 0.62 | 238.24 | 0.53 | 0.25 |
| Hex | 1E | 20 | 62 | 45 | 43 | 0 | 3E | EE | 35 | 19 |
| Octal | 36 | 40 | 142 | 105 | 103 | 0 | 76 | 356 | 65 | 31 |
| Binary | 11110 | 100000 | 1100010 | 1000101 | 1000011 | 0 | 111110 | 11101110 | 110101 | 11001 |
Color Harmonies of #1E2062
Complementary color
Monochromatic Colors of #1E2062
Black with #1E2062
Text Example
Text Example
White with #1E2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2062; }
p { color: rgb(30,32,98); }
H1.HeaderClassName
{
color: #1E2062;
}
.AnyTagClassName
{
color: #1E2062;
}
</style>
background-color css
<style>
a { background-color: #1E2062; }
a { background-color: rgb(30,32,98); }
div.DivClassName
{
background-color: #1E2062;
}
.BgClassName
{
background-color: #1E2062;
}
</style>
border-color css
<style>
span { border-color: #1E2062; }
span { border-color: rgb(30,32,98); }
td.TdClassName
{
border-color: #1E2062;
}
.TagClassName
{
border-color: #1E2062;
}
</style>