Shades of Midnight Blue #1E1472
Tints of Midnight Blue #1E1472
RGB
CMYK
RGB Variations
Color information
#1E1472 (or 0x1E1472) is known color: Midnight Blue. HEX triplet: 1E, 14 and 72. RGB value is (30,20,114). Sum of RGB (Red+Green+Blue) = 30+20+114=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E1472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1472 is #E1EB8D. Grayscale: #212121. Windows color (decimal): -14805902 or 7476254. OLE color: 7476254.
HSL color Cylindrical-coordinate representation of color #1E1472: hue angle of 246.38º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1472 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 20 | 114 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.55 |
| HSL | 246.38º | 0.7% | 0.26% | - |
| HSV(B) | 246.38º | 0.82% | 0.45% | - |
| XYZ | 3.82 | 1.99 | 16.1 | - |
| YUV | 33.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 114 | 0.74 | 0.82 | 0 | 0.55 | 246.38 | 0.7 | 0.26 |
| Hex | 1E | 14 | 72 | 4A | 52 | 0 | 37 | F6 | 46 | 1A |
| Octal | 36 | 24 | 162 | 112 | 122 | 0 | 67 | 366 | 106 | 32 |
| Binary | 11110 | 10100 | 1110010 | 1001010 | 1010010 | 0 | 110111 | 11110110 | 1000110 | 11010 |
Color Harmonies of #1E1472
Complementary color
Monochromatic Colors of #1E1472
Black with #1E1472
Text Example
Text Example
White with #1E1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1472; }
p { color: rgb(30,20,114); }
H1.HeaderClassName
{
color: #1E1472;
}
.AnyTagClassName
{
color: #1E1472;
}
</style>
background-color css
<style>
a { background-color: #1E1472; }
a { background-color: rgb(30,20,114); }
div.DivClassName
{
background-color: #1E1472;
}
.BgClassName
{
background-color: #1E1472;
}
</style>
border-color css
<style>
span { border-color: #1E1472; }
span { border-color: rgb(30,20,114); }
td.TdClassName
{
border-color: #1E1472;
}
.TagClassName
{
border-color: #1E1472;
}
</style>