Shades of Midnight Blue #1E1264
Tints of Midnight Blue #1E1264
RGB
CMYK
RGB Variations
Color information
#1E1264 (or 0x1E1264) is known color: Midnight Blue. HEX triplet: 1E, 12 and 64. RGB value is (30,18,100). Sum of RGB (Red+Green+Blue) = 30+18+100=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #1E1264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1264 is #E1ED9B. Grayscale: #1E1E1E. Windows color (decimal): -14806428 or 6558238. OLE color: 6558238.
HSL color Cylindrical-coordinate representation of color #1E1264: hue angle of 248.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1264 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 18 | 100 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.61 |
| HSL | 248.78º | 0.69% | 0.23% | - |
| HSV(B) | 248.78º | 0.82% | 0.39% | - |
| XYZ | 3.05 | 1.63 | 12.21 | - |
| YUV | 30.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 100 | 0.70 | 0.82 | 0 | 0.61 | 248.78 | 0.69 | 0.23 |
| Hex | 1E | 12 | 64 | 46 | 52 | 0 | 3D | F9 | 45 | 17 |
| Octal | 36 | 22 | 144 | 106 | 122 | 0 | 75 | 371 | 105 | 27 |
| Binary | 11110 | 10010 | 1100100 | 1000110 | 1010010 | 0 | 111101 | 11111001 | 1000101 | 10111 |
Color Harmonies of #1E1264
Complementary color
Monochromatic Colors of #1E1264
Black with #1E1264
Text Example
Text Example
White with #1E1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1264; }
p { color: rgb(30,18,100); }
H1.HeaderClassName
{
color: #1E1264;
}
.AnyTagClassName
{
color: #1E1264;
}
</style>
background-color css
<style>
a { background-color: #1E1264; }
a { background-color: rgb(30,18,100); }
div.DivClassName
{
background-color: #1E1264;
}
.BgClassName
{
background-color: #1E1264;
}
</style>
border-color css
<style>
span { border-color: #1E1264; }
span { border-color: rgb(30,18,100); }
td.TdClassName
{
border-color: #1E1264;
}
.TagClassName
{
border-color: #1E1264;
}
</style>