Shades of Midnight Blue #1E147B
Tints of Midnight Blue #1E147B
RGB
CMYK
RGB Variations
Color information
#1E147B (or 0x1E147B) is known color: Midnight Blue. HEX triplet: 1E, 14 and 7B. RGB value is (30,20,123). Sum of RGB (Red+Green+Blue) = 30+20+123=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #1E147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E147B is #E1EB84. Grayscale: #222222. Windows color (decimal): -14805893 or 8066078. OLE color: 8066078.
HSL color Cylindrical-coordinate representation of color #1E147B: hue angle of 245.83º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E147B is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 20 | 123 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.52 |
| HSL | 245.83º | 0.72% | 0.28% | - |
| HSV(B) | 245.83º | 0.84% | 0.48% | - |
| XYZ | 4.36 | 2.21 | 18.93 | - |
| YUV | 34.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 123 | 0.76 | 0.84 | 0 | 0.52 | 245.83 | 0.72 | 0.28 |
| Hex | 1E | 14 | 7B | 4C | 54 | 0 | 34 | F6 | 48 | 1C |
| Octal | 36 | 24 | 173 | 114 | 124 | 0 | 64 | 366 | 110 | 34 |
| Binary | 11110 | 10100 | 1111011 | 1001100 | 1010100 | 0 | 110100 | 11110110 | 1001000 | 11100 |
Color Harmonies of #1E147B
Complementary color
Monochromatic Colors of #1E147B
Black with #1E147B
Text Example
Text Example
White with #1E147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E147B; }
p { color: rgb(30,20,123); }
H1.HeaderClassName
{
color: #1E147B;
}
.AnyTagClassName
{
color: #1E147B;
}
</style>
background-color css
<style>
a { background-color: #1E147B; }
a { background-color: rgb(30,20,123); }
div.DivClassName
{
background-color: #1E147B;
}
.BgClassName
{
background-color: #1E147B;
}
</style>
border-color css
<style>
span { border-color: #1E147B; }
span { border-color: rgb(30,20,123); }
td.TdClassName
{
border-color: #1E147B;
}
.TagClassName
{
border-color: #1E147B;
}
</style>