Shades of Midnight Blue #1E1865
Tints of Midnight Blue #1E1865
RGB
CMYK
RGB Variations
Color information
#1E1865 (or 0x1E1865) is known color: Midnight Blue. HEX triplet: 1E, 18 and 65. RGB value is (30,24,101). Sum of RGB (Red+Green+Blue) = 30+24+101=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E1865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1865 is #E1E79A. Grayscale: #222222. Windows color (decimal): -14804891 or 6625310. OLE color: 6625310.
HSL color Cylindrical-coordinate representation of color #1E1865: hue angle of 244.68º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E1865 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 24 | 101 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.60 |
| HSL | 244.68º | 0.62% | 0.25% | - |
| HSV(B) | 244.68º | 0.76% | 0.4% | - |
| XYZ | 3.21 | 1.87 | 12.5 | - |
| YUV | 34.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 101 | 0.70 | 0.76 | 0 | 0.60 | 244.68 | 0.62 | 0.25 |
| Hex | 1E | 18 | 65 | 46 | 4C | 0 | 3C | F5 | 3E | 19 |
| Octal | 36 | 30 | 145 | 106 | 114 | 0 | 74 | 365 | 76 | 31 |
| Binary | 11110 | 11000 | 1100101 | 1000110 | 1001100 | 0 | 111100 | 11110101 | 111110 | 11001 |
Color Harmonies of #1E1865
Complementary color
Monochromatic Colors of #1E1865
Black with #1E1865
Text Example
Text Example
White with #1E1865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1865; }
p { color: rgb(30,24,101); }
H1.HeaderClassName
{
color: #1E1865;
}
.AnyTagClassName
{
color: #1E1865;
}
</style>
background-color css
<style>
a { background-color: #1E1865; }
a { background-color: rgb(30,24,101); }
div.DivClassName
{
background-color: #1E1865;
}
.BgClassName
{
background-color: #1E1865;
}
</style>
border-color css
<style>
span { border-color: #1E1865; }
span { border-color: rgb(30,24,101); }
td.TdClassName
{
border-color: #1E1865;
}
.TagClassName
{
border-color: #1E1865;
}
</style>