Shades of Midnight Blue #1E1B81
Tints of Midnight Blue #1E1B81
RGB
CMYK
RGB Variations
Color information
#1E1B81 (or 0x1E1B81) is known color: Midnight Blue. HEX triplet: 1E, 1B and 81. RGB value is (30,27,129). Sum of RGB (Red+Green+Blue) = 30+27+129=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 129 (50.78% from 255 or 69.35% from 186); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E1B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1B81 is #E1E47E. Grayscale: #272727. Windows color (decimal): -14804095 or 8461086. OLE color: 8461086.
HSL color Cylindrical-coordinate representation of color #1E1B81: hue angle of 241.76º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E1B81 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 27 | 129 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.49 |
| HSL | 241.76º | 0.65% | 0.31% | - |
| HSV(B) | 241.76º | 0.79% | 0.51% | - |
| XYZ | 4.89 | 2.64 | 21.02 | - |
| YUV | 39.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 129 | 0.77 | 0.79 | 0 | 0.49 | 241.76 | 0.65 | 0.31 |
| Hex | 1E | 1B | 81 | 4D | 4F | 0 | 31 | F2 | 41 | 1F |
| Octal | 36 | 33 | 201 | 115 | 117 | 0 | 61 | 362 | 101 | 37 |
| Binary | 11110 | 11011 | 10000001 | 1001101 | 1001111 | 0 | 110001 | 11110010 | 1000001 | 11111 |
Color Harmonies of #1E1B81
Complementary color
Monochromatic Colors of #1E1B81
Black with #1E1B81
Text Example
Text Example
White with #1E1B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B81; }
p { color: rgb(30,27,129); }
H1.HeaderClassName
{
color: #1E1B81;
}
.AnyTagClassName
{
color: #1E1B81;
}
</style>
background-color css
<style>
a { background-color: #1E1B81; }
a { background-color: rgb(30,27,129); }
div.DivClassName
{
background-color: #1E1B81;
}
.BgClassName
{
background-color: #1E1B81;
}
</style>
border-color css
<style>
span { border-color: #1E1B81; }
span { border-color: rgb(30,27,129); }
td.TdClassName
{
border-color: #1E1B81;
}
.TagClassName
{
border-color: #1E1B81;
}
</style>