Shades of Midnight Blue #1E2385
Tints of Midnight Blue #1E2385
RGB
CMYK
RGB Variations
Color information
#1E2385 (or 0x1E2385) is known color: Midnight Blue. HEX triplet: 1E, 23 and 85. RGB value is (30,35,133). Sum of RGB (Red+Green+Blue) = 30+35+133=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E2385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2385 is #E1DC7A. Grayscale: #2C2C2C. Windows color (decimal): -14802043 or 8725278. OLE color: 8725278.
HSL color Cylindrical-coordinate representation of color #1E2385: hue angle of 237.09º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2385 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 35 | 133 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.48 |
| HSL | 237.09º | 0.63% | 0.32% | - |
| HSV(B) | 237.09º | 0.77% | 0.52% | - |
| XYZ | 5.37 | 3.17 | 22.52 | - |
| YUV | 44.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 133 | 0.77 | 0.74 | 0 | 0.48 | 237.09 | 0.63 | 0.32 |
| Hex | 1E | 23 | 85 | 4D | 4A | 0 | 30 | ED | 3F | 20 |
| Octal | 36 | 43 | 205 | 115 | 112 | 0 | 60 | 355 | 77 | 40 |
| Binary | 11110 | 100011 | 10000101 | 1001101 | 1001010 | 0 | 110000 | 11101101 | 111111 | 100000 |
Color Harmonies of #1E2385
Complementary color
Monochromatic Colors of #1E2385
Black with #1E2385
Text Example
Text Example
White with #1E2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2385; }
p { color: rgb(30,35,133); }
H1.HeaderClassName
{
color: #1E2385;
}
.AnyTagClassName
{
color: #1E2385;
}
</style>
background-color css
<style>
a { background-color: #1E2385; }
a { background-color: rgb(30,35,133); }
div.DivClassName
{
background-color: #1E2385;
}
.BgClassName
{
background-color: #1E2385;
}
</style>
border-color css
<style>
span { border-color: #1E2385; }
span { border-color: rgb(30,35,133); }
td.TdClassName
{
border-color: #1E2385;
}
.TagClassName
{
border-color: #1E2385;
}
</style>