Shades of Midnight Blue #1E1462
Tints of Midnight Blue #1E1462
RGB
CMYK
RGB Variations
Color information
#1E1462 (or 0x1E1462) is known color: Midnight Blue. HEX triplet: 1E, 14 and 62. RGB value is (30,20,98). Sum of RGB (Red+Green+Blue) = 30+20+98=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E1462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1462 is #E1EB9D. Grayscale: #1F1F1F. Windows color (decimal): -14805918 or 6427678. OLE color: 6427678.
HSL color Cylindrical-coordinate representation of color #1E1462: hue angle of 247.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1462 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 20 | 98 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.62 |
| HSL | 247.69º | 0.66% | 0.23% | - |
| HSV(B) | 247.69º | 0.8% | 0.38% | - |
| XYZ | 2.99 | 1.66 | 11.72 | - |
| YUV | 31.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 98 | 0.69 | 0.80 | 0 | 0.62 | 247.69 | 0.66 | 0.23 |
| Hex | 1E | 14 | 62 | 45 | 50 | 0 | 3E | F8 | 42 | 17 |
| Octal | 36 | 24 | 142 | 105 | 120 | 0 | 76 | 370 | 102 | 27 |
| Binary | 11110 | 10100 | 1100010 | 1000101 | 1010000 | 0 | 111110 | 11111000 | 1000010 | 10111 |
Color Harmonies of #1E1462
Complementary color
Monochromatic Colors of #1E1462
Black with #1E1462
Text Example
Text Example
White with #1E1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1462; }
p { color: rgb(30,20,98); }
H1.HeaderClassName
{
color: #1E1462;
}
.AnyTagClassName
{
color: #1E1462;
}
</style>
background-color css
<style>
a { background-color: #1E1462; }
a { background-color: rgb(30,20,98); }
div.DivClassName
{
background-color: #1E1462;
}
.BgClassName
{
background-color: #1E1462;
}
</style>
border-color css
<style>
span { border-color: #1E1462; }
span { border-color: rgb(30,20,98); }
td.TdClassName
{
border-color: #1E1462;
}
.TagClassName
{
border-color: #1E1462;
}
</style>