Shades of Midnight Blue #1E2562
Tints of Midnight Blue #1E2562
RGB
CMYK
RGB Variations
Color information
#1E2562 (or 0x1E2562) is known color: Midnight Blue. HEX triplet: 1E, 25 and 62. RGB value is (30,37,98). Sum of RGB (Red+Green+Blue) = 30+37+98=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E2562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2562 is #E1DA9D. Grayscale: #292929. Windows color (decimal): -14801566 or 6432030. OLE color: 6432030.
HSL color Cylindrical-coordinate representation of color #1E2562: hue angle of 233.82º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E2562 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 37 | 98 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.62 |
| HSL | 233.82º | 0.53% | 0.25% | - |
| HSV(B) | 233.82º | 0.69% | 0.38% | - |
| XYZ | 3.4 | 2.48 | 11.85 | - |
| YUV | 41.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 98 | 0.69 | 0.62 | 0 | 0.62 | 233.82 | 0.53 | 0.25 |
| Hex | 1E | 25 | 62 | 45 | 3E | 0 | 3E | EA | 35 | 19 |
| Octal | 36 | 45 | 142 | 105 | 76 | 0 | 76 | 352 | 65 | 31 |
| Binary | 11110 | 100101 | 1100010 | 1000101 | 111110 | 0 | 111110 | 11101010 | 110101 | 11001 |
Color Harmonies of #1E2562
Complementary color
Monochromatic Colors of #1E2562
Black with #1E2562
Text Example
Text Example
White with #1E2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2562; }
p { color: rgb(30,37,98); }
H1.HeaderClassName
{
color: #1E2562;
}
.AnyTagClassName
{
color: #1E2562;
}
</style>
background-color css
<style>
a { background-color: #1E2562; }
a { background-color: rgb(30,37,98); }
div.DivClassName
{
background-color: #1E2562;
}
.BgClassName
{
background-color: #1E2562;
}
</style>
border-color css
<style>
span { border-color: #1E2562; }
span { border-color: rgb(30,37,98); }
td.TdClassName
{
border-color: #1E2562;
}
.TagClassName
{
border-color: #1E2562;
}
</style>