Shades of Midnight Blue #1E1F61
Tints of Midnight Blue #1E1F61
RGB
CMYK
RGB Variations
Color information
#1E1F61 (or 0x1E1F61) is known color: Midnight Blue. HEX triplet: 1E, 1F and 61. RGB value is (30,31,97). Sum of RGB (Red+Green+Blue) = 30+31+97=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1F61 is #E1E09E. Grayscale: #252525. Windows color (decimal): -14803103 or 6364958. OLE color: 6364958.
HSL color Cylindrical-coordinate representation of color #1E1F61: hue angle of 239.1º 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 #1E1F61 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 31 | 97 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.62 |
| HSL | 239.1º | 0.53% | 0.25% | - |
| HSV(B) | 239.1º | 0.69% | 0.38% | - |
| XYZ | 3.18 | 2.12 | 11.55 | - |
| YUV | 38.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 97 | 0.69 | 0.68 | 0 | 0.62 | 239.1 | 0.53 | 0.25 |
| Hex | 1E | 1F | 61 | 45 | 44 | 0 | 3E | EF | 35 | 19 |
| Octal | 36 | 37 | 141 | 105 | 104 | 0 | 76 | 357 | 65 | 31 |
| Binary | 11110 | 11111 | 1100001 | 1000101 | 1000100 | 0 | 111110 | 11101111 | 110101 | 11001 |
Color Harmonies of #1E1F61
Complementary color
Monochromatic Colors of #1E1F61
Black with #1E1F61
Text Example
Text Example
White with #1E1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F61; }
p { color: rgb(30,31,97); }
H1.HeaderClassName
{
color: #1E1F61;
}
.AnyTagClassName
{
color: #1E1F61;
}
</style>
background-color css
<style>
a { background-color: #1E1F61; }
a { background-color: rgb(30,31,97); }
div.DivClassName
{
background-color: #1E1F61;
}
.BgClassName
{
background-color: #1E1F61;
}
</style>
border-color css
<style>
span { border-color: #1E1F61; }
span { border-color: rgb(30,31,97); }
td.TdClassName
{
border-color: #1E1F61;
}
.TagClassName
{
border-color: #1E1F61;
}
</style>