Shades of Midnight Blue #1E2888
Tints of Midnight Blue #1E2888
RGB
CMYK
RGB Variations
Color information
#1E2888 (or 0x1E2888) is known color: Midnight Blue. HEX triplet: 1E, 28 and 88. RGB value is (30,40,136). Sum of RGB (Red+Green+Blue) = 30+40+136=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E2888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2888 is #E1D777. Grayscale: #2F2F2F. Windows color (decimal): -14800760 or 8923166. OLE color: 8923166.
HSL color Cylindrical-coordinate representation of color #1E2888: hue angle of 234.34º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E2888 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 40 | 136 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.47 |
| HSL | 234.34º | 0.64% | 0.33% | - |
| HSV(B) | 234.34º | 0.78% | 0.53% | - |
| XYZ | 5.74 | 3.57 | 23.68 | - |
| YUV | 47.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 136 | 0.78 | 0.71 | 0 | 0.47 | 234.34 | 0.64 | 0.33 |
| Hex | 1E | 28 | 88 | 4E | 47 | 0 | 2F | EA | 40 | 21 |
| Octal | 36 | 50 | 210 | 116 | 107 | 0 | 57 | 352 | 100 | 41 |
| Binary | 11110 | 101000 | 10001000 | 1001110 | 1000111 | 0 | 101111 | 11101010 | 1000000 | 100001 |
Color Harmonies of #1E2888
Complementary color
Monochromatic Colors of #1E2888
Black with #1E2888
Text Example
Text Example
White with #1E2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2888; }
p { color: rgb(30,40,136); }
H1.HeaderClassName
{
color: #1E2888;
}
.AnyTagClassName
{
color: #1E2888;
}
</style>
background-color css
<style>
a { background-color: #1E2888; }
a { background-color: rgb(30,40,136); }
div.DivClassName
{
background-color: #1E2888;
}
.BgClassName
{
background-color: #1E2888;
}
</style>
border-color css
<style>
span { border-color: #1E2888; }
span { border-color: rgb(30,40,136); }
td.TdClassName
{
border-color: #1E2888;
}
.TagClassName
{
border-color: #1E2888;
}
</style>