Shades of Midnight Blue #1E2465
Tints of Midnight Blue #1E2465
RGB
CMYK
RGB Variations
Color information
#1E2465 (or 0x1E2465) is known color: Midnight Blue. HEX triplet: 1E, 24 and 65. RGB value is (30,36,101). Sum of RGB (Red+Green+Blue) = 30+36+101=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2465 is #E1DB9A. Grayscale: #292929. Windows color (decimal): -14801819 or 6628382. OLE color: 6628382.
HSL color Cylindrical-coordinate representation of color #1E2465: hue angle of 234.93º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E2465 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 36 | 101 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.60 |
| HSL | 234.93º | 0.54% | 0.26% | - |
| HSV(B) | 234.93º | 0.7% | 0.4% | - |
| XYZ | 3.52 | 2.48 | 12.6 | - |
| YUV | 41.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 101 | 0.70 | 0.64 | 0 | 0.60 | 234.93 | 0.54 | 0.26 |
| Hex | 1E | 24 | 65 | 46 | 40 | 0 | 3C | EB | 36 | 1A |
| Octal | 36 | 44 | 145 | 106 | 100 | 0 | 74 | 353 | 66 | 32 |
| Binary | 11110 | 100100 | 1100101 | 1000110 | 1000000 | 0 | 111100 | 11101011 | 110110 | 11010 |
Color Harmonies of #1E2465
Complementary color
Monochromatic Colors of #1E2465
Black with #1E2465
Text Example
Text Example
White with #1E2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2465; }
p { color: rgb(30,36,101); }
H1.HeaderClassName
{
color: #1E2465;
}
.AnyTagClassName
{
color: #1E2465;
}
</style>
background-color css
<style>
a { background-color: #1E2465; }
a { background-color: rgb(30,36,101); }
div.DivClassName
{
background-color: #1E2465;
}
.BgClassName
{
background-color: #1E2465;
}
</style>
border-color css
<style>
span { border-color: #1E2465; }
span { border-color: rgb(30,36,101); }
td.TdClassName
{
border-color: #1E2465;
}
.TagClassName
{
border-color: #1E2465;
}
</style>