Shades of Midnight Blue #1E1C65
Tints of Midnight Blue #1E1C65
RGB
CMYK
RGB Variations
Color information
#1E1C65 (or 0x1E1C65) is known color: Midnight Blue. HEX triplet: 1E, 1C and 65. RGB value is (30,28,101). Sum of RGB (Red+Green+Blue) = 30+28+101=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E1C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C65 is #E1E39A. Grayscale: #242424. Windows color (decimal): -14803867 or 6626334. OLE color: 6626334.
HSL color Cylindrical-coordinate representation of color #1E1C65: hue angle of 241.64º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E1C65 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 28 | 101 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.60 |
| HSL | 241.64º | 0.57% | 0.25% | - |
| HSV(B) | 241.64º | 0.72% | 0.4% | - |
| XYZ | 3.3 | 2.05 | 12.53 | - |
| YUV | 36.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 101 | 0.70 | 0.72 | 0 | 0.60 | 241.64 | 0.57 | 0.25 |
| Hex | 1E | 1C | 65 | 46 | 48 | 0 | 3C | F2 | 39 | 19 |
| Octal | 36 | 34 | 145 | 106 | 110 | 0 | 74 | 362 | 71 | 31 |
| Binary | 11110 | 11100 | 1100101 | 1000110 | 1001000 | 0 | 111100 | 11110010 | 111001 | 11001 |
Color Harmonies of #1E1C65
Complementary color
Monochromatic Colors of #1E1C65
Black with #1E1C65
Text Example
Text Example
White with #1E1C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C65; }
p { color: rgb(30,28,101); }
H1.HeaderClassName
{
color: #1E1C65;
}
.AnyTagClassName
{
color: #1E1C65;
}
</style>
background-color css
<style>
a { background-color: #1E1C65; }
a { background-color: rgb(30,28,101); }
div.DivClassName
{
background-color: #1E1C65;
}
.BgClassName
{
background-color: #1E1C65;
}
</style>
border-color css
<style>
span { border-color: #1E1C65; }
span { border-color: rgb(30,28,101); }
td.TdClassName
{
border-color: #1E1C65;
}
.TagClassName
{
border-color: #1E1C65;
}
</style>