Shades of Midnight Blue #1E1367
Tints of Midnight Blue #1E1367
RGB
CMYK
RGB Variations
Color information
#1E1367 (or 0x1E1367) is known color: Midnight Blue. HEX triplet: 1E, 13 and 67. RGB value is (30,19,103). Sum of RGB (Red+Green+Blue) = 30+19+103=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #1E1367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1367 is #E1EC98. Grayscale: #1F1F1F. Windows color (decimal): -14806169 or 6755102. OLE color: 6755102.
HSL color Cylindrical-coordinate representation of color #1E1367: hue angle of 247.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1367 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 19 | 103 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.60 |
| HSL | 247.86º | 0.69% | 0.24% | - |
| HSV(B) | 247.86º | 0.82% | 0.4% | - |
| XYZ | 3.22 | 1.72 | 12.99 | - |
| YUV | 31.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 103 | 0.71 | 0.82 | 0 | 0.60 | 247.86 | 0.69 | 0.24 |
| Hex | 1E | 13 | 67 | 47 | 52 | 0 | 3C | F8 | 45 | 18 |
| Octal | 36 | 23 | 147 | 107 | 122 | 0 | 74 | 370 | 105 | 30 |
| Binary | 11110 | 10011 | 1100111 | 1000111 | 1010010 | 0 | 111100 | 11111000 | 1000101 | 11000 |
Color Harmonies of #1E1367
Complementary color
Monochromatic Colors of #1E1367
Black with #1E1367
Text Example
Text Example
White with #1E1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1367; }
p { color: rgb(30,19,103); }
H1.HeaderClassName
{
color: #1E1367;
}
.AnyTagClassName
{
color: #1E1367;
}
</style>
background-color css
<style>
a { background-color: #1E1367; }
a { background-color: rgb(30,19,103); }
div.DivClassName
{
background-color: #1E1367;
}
.BgClassName
{
background-color: #1E1367;
}
</style>
border-color css
<style>
span { border-color: #1E1367; }
span { border-color: rgb(30,19,103); }
td.TdClassName
{
border-color: #1E1367;
}
.TagClassName
{
border-color: #1E1367;
}
</style>