Shades of Midnight Blue #1F116E
Tints of Midnight Blue #1F116E
RGB
CMYK
RGB Variations
Color information
#1F116E (or 0x1F116E) is known color: Midnight Blue. HEX triplet: 1F, 11 and 6E. RGB value is (31,17,110). Sum of RGB (Red+Green+Blue) = 31+17+110=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F116E is #E0EE91. Grayscale: #1F1F1F. Windows color (decimal): -14741138 or 7213343. OLE color: 7213343.
HSL color Cylindrical-coordinate representation of color #1F116E: hue angle of 249.03º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F116E is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 17 | 110 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.57 |
| HSL | 249.03º | 0.73% | 0.25% | - |
| HSV(B) | 249.03º | 0.85% | 0.43% | - |
| XYZ | 3.58 | 1.82 | 14.91 | - |
| YUV | 31.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 110 | 0.72 | 0.85 | 0 | 0.57 | 249.03 | 0.73 | 0.25 |
| Hex | 1F | 11 | 6E | 48 | 55 | 0 | 39 | F9 | 49 | 19 |
| Octal | 37 | 21 | 156 | 110 | 125 | 0 | 71 | 371 | 111 | 31 |
| Binary | 11111 | 10001 | 1101110 | 1001000 | 1010101 | 0 | 111001 | 11111001 | 1001001 | 11001 |
Color Harmonies of #1F116E
Complementary color
Monochromatic Colors of #1F116E
Black with #1F116E
Text Example
Text Example
White with #1F116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F116E; }
p { color: rgb(31,17,110); }
H1.HeaderClassName
{
color: #1F116E;
}
.AnyTagClassName
{
color: #1F116E;
}
</style>
background-color css
<style>
a { background-color: #1F116E; }
a { background-color: rgb(31,17,110); }
div.DivClassName
{
background-color: #1F116E;
}
.BgClassName
{
background-color: #1F116E;
}
</style>
border-color css
<style>
span { border-color: #1F116E; }
span { border-color: rgb(31,17,110); }
td.TdClassName
{
border-color: #1F116E;
}
.TagClassName
{
border-color: #1F116E;
}
</style>