Shades of Midnight Blue #1E2883
Tints of Midnight Blue #1E2883
RGB
CMYK
RGB Variations
Color information
#1E2883 (or 0x1E2883) is known color: Midnight Blue. HEX triplet: 1E, 28 and 83. RGB value is (30,40,131). Sum of RGB (Red+Green+Blue) = 30+40+131=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E2883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2883 is #E1D77C. Grayscale: #2F2F2F. Windows color (decimal): -14800765 or 8595486. OLE color: 8595486.
HSL color Cylindrical-coordinate representation of color #1E2883: hue angle of 234.06º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2883 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 40 | 131 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.49 |
| HSL | 234.06º | 0.63% | 0.32% | - |
| HSV(B) | 234.06º | 0.77% | 0.51% | - |
| XYZ | 5.39 | 3.43 | 21.85 | - |
| YUV | 47.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 131 | 0.77 | 0.69 | 0 | 0.49 | 234.06 | 0.63 | 0.32 |
| Hex | 1E | 28 | 83 | 4D | 45 | 0 | 31 | EA | 3F | 20 |
| Octal | 36 | 50 | 203 | 115 | 105 | 0 | 61 | 352 | 77 | 40 |
| Binary | 11110 | 101000 | 10000011 | 1001101 | 1000101 | 0 | 110001 | 11101010 | 111111 | 100000 |
Color Harmonies of #1E2883
Complementary color
Monochromatic Colors of #1E2883
Black with #1E2883
Text Example
Text Example
White with #1E2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2883; }
p { color: rgb(30,40,131); }
H1.HeaderClassName
{
color: #1E2883;
}
.AnyTagClassName
{
color: #1E2883;
}
</style>
background-color css
<style>
a { background-color: #1E2883; }
a { background-color: rgb(30,40,131); }
div.DivClassName
{
background-color: #1E2883;
}
.BgClassName
{
background-color: #1E2883;
}
</style>
border-color css
<style>
span { border-color: #1E2883; }
span { border-color: rgb(30,40,131); }
td.TdClassName
{
border-color: #1E2883;
}
.TagClassName
{
border-color: #1E2883;
}
</style>