Shades of Midnight Blue #1E1B82
Tints of Midnight Blue #1E1B82
RGB
CMYK
RGB Variations
Color information
#1E1B82 (or 0x1E1B82) is known color: Midnight Blue. HEX triplet: 1E, 1B and 82. RGB value is (30,27,130). Sum of RGB (Red+Green+Blue) = 30+27+130=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E1B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1B82 is #E1E47D. Grayscale: #272727. Windows color (decimal): -14804094 or 8526622. OLE color: 8526622.
HSL color Cylindrical-coordinate representation of color #1E1B82: hue angle of 241.75º degrees, saturation: 0.66, 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 #1E1B82 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 27 | 130 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.49 |
| HSL | 241.75º | 0.66% | 0.31% | - |
| HSV(B) | 241.75º | 0.79% | 0.51% | - |
| XYZ | 4.96 | 2.67 | 21.37 | - |
| YUV | 39.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 130 | 0.77 | 0.79 | 0 | 0.49 | 241.75 | 0.66 | 0.31 |
| Hex | 1E | 1B | 82 | 4D | 4F | 0 | 31 | F2 | 42 | 1F |
| Octal | 36 | 33 | 202 | 115 | 117 | 0 | 61 | 362 | 102 | 37 |
| Binary | 11110 | 11011 | 10000010 | 1001101 | 1001111 | 0 | 110001 | 11110010 | 1000010 | 11111 |
Color Harmonies of #1E1B82
Complementary color
Monochromatic Colors of #1E1B82
Black with #1E1B82
Text Example
Text Example
White with #1E1B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B82; }
p { color: rgb(30,27,130); }
H1.HeaderClassName
{
color: #1E1B82;
}
.AnyTagClassName
{
color: #1E1B82;
}
</style>
background-color css
<style>
a { background-color: #1E1B82; }
a { background-color: rgb(30,27,130); }
div.DivClassName
{
background-color: #1E1B82;
}
.BgClassName
{
background-color: #1E1B82;
}
</style>
border-color css
<style>
span { border-color: #1E1B82; }
span { border-color: rgb(30,27,130); }
td.TdClassName
{
border-color: #1E1B82;
}
.TagClassName
{
border-color: #1E1B82;
}
</style>