Shades of Midnight Blue #1E2C6C
Tints of Midnight Blue #1E2C6C
RGB
CMYK
RGB Variations
Color information
#1E2C6C (or 0x1E2C6C) is known color: Midnight Blue. HEX triplet: 1E, 2C and 6C. RGB value is (30,44,108). Sum of RGB (Red+Green+Blue) = 30+44+108=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E2C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2C6C is #E1D393. Grayscale: #2E2E2E. Windows color (decimal): -14799764 or 7089182. OLE color: 7089182.
HSL color Cylindrical-coordinate representation of color #1E2C6C: hue angle of 229.23º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E2C6C is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 44 | 108 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.58 |
| HSL | 229.23º | 0.57% | 0.27% | - |
| HSV(B) | 229.23º | 0.72% | 0.42% | - |
| XYZ | 4.14 | 3.16 | 14.58 | - |
| YUV | 47.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 44 | 108 | 0.72 | 0.59 | 0 | 0.58 | 229.23 | 0.57 | 0.27 |
| Hex | 1E | 2C | 6C | 48 | 3B | 0 | 3A | E5 | 39 | 1B |
| Octal | 36 | 54 | 154 | 110 | 73 | 0 | 72 | 345 | 71 | 33 |
| Binary | 11110 | 101100 | 1101100 | 1001000 | 111011 | 0 | 111010 | 11100101 | 111001 | 11011 |
Color Harmonies of #1E2C6C
Complementary color
Monochromatic Colors of #1E2C6C
Black with #1E2C6C
Text Example
Text Example
White with #1E2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2C6C; }
p { color: rgb(30,44,108); }
H1.HeaderClassName
{
color: #1E2C6C;
}
.AnyTagClassName
{
color: #1E2C6C;
}
</style>
background-color css
<style>
a { background-color: #1E2C6C; }
a { background-color: rgb(30,44,108); }
div.DivClassName
{
background-color: #1E2C6C;
}
.BgClassName
{
background-color: #1E2C6C;
}
</style>
border-color css
<style>
span { border-color: #1E2C6C; }
span { border-color: rgb(30,44,108); }
td.TdClassName
{
border-color: #1E2C6C;
}
.TagClassName
{
border-color: #1E2C6C;
}
</style>