Shades of Midnight Blue #1E0975
Tints of Midnight Blue #1E0975
RGB
CMYK
RGB Variations
Color information
#1E0975 (or 0x1E0975) is known color: Midnight Blue. HEX triplet: 1E, 09 and 75. RGB value is (30,9,117). Sum of RGB (Red+Green+Blue) = 30+9+117=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0975 is #E1F68A. Grayscale: #1B1B1B. Windows color (decimal): -14808715 or 7670046. OLE color: 7670046.
HSL color Cylindrical-coordinate representation of color #1E0975: hue angle of 251.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0975 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 9 | 117 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.54 |
| HSL | 251.67º | 0.86% | 0.25% | - |
| HSV(B) | 251.67º | 0.92% | 0.46% | - |
| XYZ | 3.84 | 1.76 | 16.97 | - |
| YUV | 27.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 117 | 0.74 | 0.92 | 0 | 0.54 | 251.67 | 0.86 | 0.25 |
| Hex | 1E | 9 | 75 | 4A | 5C | 0 | 36 | FC | 56 | 19 |
| Octal | 36 | 11 | 165 | 112 | 134 | 0 | 66 | 374 | 126 | 31 |
| Binary | 11110 | 1001 | 1110101 | 1001010 | 1011100 | 0 | 110110 | 11111100 | 1010110 | 11001 |
Color Harmonies of #1E0975
Complementary color
Monochromatic Colors of #1E0975
Black with #1E0975
Text Example
Text Example
White with #1E0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0975; }
p { color: rgb(30,9,117); }
H1.HeaderClassName
{
color: #1E0975;
}
.AnyTagClassName
{
color: #1E0975;
}
</style>
background-color css
<style>
a { background-color: #1E0975; }
a { background-color: rgb(30,9,117); }
div.DivClassName
{
background-color: #1E0975;
}
.BgClassName
{
background-color: #1E0975;
}
</style>
border-color css
<style>
span { border-color: #1E0975; }
span { border-color: rgb(30,9,117); }
td.TdClassName
{
border-color: #1E0975;
}
.TagClassName
{
border-color: #1E0975;
}
</style>