Shades of Midnight Blue #1E2A66
Tints of Midnight Blue #1E2A66
RGB
CMYK
RGB Variations
Color information
#1E2A66 (or 0x1E2A66) is known color: Midnight Blue. HEX triplet: 1E, 2A and 66. RGB value is (30,42,102). Sum of RGB (Red+Green+Blue) = 30+42+102=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E2A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2A66 is #E1D599. Grayscale: #2D2D2D. Windows color (decimal): -14800282 or 6695454. OLE color: 6695454.
HSL color Cylindrical-coordinate representation of color #1E2A66: hue angle of 230º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E2A66 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 42 | 102 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.6 |
| HSL | 230º | 0.55% | 0.26% | - |
| HSV(B) | 230º | 0.71% | 0.4% | - |
| XYZ | 3.76 | 2.89 | 12.93 | - |
| YUV | 45.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 102 | 0.71 | 0.59 | 0 | 0.6 | 230 | 0.55 | 0.26 |
| Hex | 1E | 2A | 66 | 47 | 3B | 0 | 3C | E6 | 37 | 1A |
| Octal | 36 | 52 | 146 | 107 | 73 | 0 | 74 | 346 | 67 | 32 |
| Binary | 11110 | 101010 | 1100110 | 1000111 | 111011 | 0 | 111100 | 11100110 | 110111 | 11010 |
Color Harmonies of #1E2A66
Complementary color
Monochromatic Colors of #1E2A66
Black with #1E2A66
Text Example
Text Example
White with #1E2A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A66; }
p { color: rgb(30,42,102); }
H1.HeaderClassName
{
color: #1E2A66;
}
.AnyTagClassName
{
color: #1E2A66;
}
</style>
background-color css
<style>
a { background-color: #1E2A66; }
a { background-color: rgb(30,42,102); }
div.DivClassName
{
background-color: #1E2A66;
}
.BgClassName
{
background-color: #1E2A66;
}
</style>
border-color css
<style>
span { border-color: #1E2A66; }
span { border-color: rgb(30,42,102); }
td.TdClassName
{
border-color: #1E2A66;
}
.TagClassName
{
border-color: #1E2A66;
}
</style>