Shades of Midnight Blue #1F116D
Tints of Midnight Blue #1F116D
RGB
CMYK
RGB Variations
Color information
#1F116D (or 0x1F116D) is known color: Midnight Blue. HEX triplet: 1F, 11 and 6D. RGB value is (31,17,109). Sum of RGB (Red+Green+Blue) = 31+17+109=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F116D is #E0EE92. Grayscale: #1F1F1F. Windows color (decimal): -14741139 or 7147807. OLE color: 7147807.
HSL color Cylindrical-coordinate representation of color #1F116D: hue angle of 249.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F116D is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 17 | 109 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.57 |
| HSL | 249.13º | 0.73% | 0.25% | - |
| HSV(B) | 249.13º | 0.84% | 0.43% | - |
| XYZ | 3.53 | 1.8 | 14.63 | - |
| YUV | 31.67 | 171.64 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 109 | 0.72 | 0.84 | 0 | 0.57 | 249.13 | 0.73 | 0.25 |
| Hex | 1F | 11 | 6D | 48 | 54 | 0 | 39 | F9 | 49 | 19 |
| Octal | 37 | 21 | 155 | 110 | 124 | 0 | 71 | 371 | 111 | 31 |
| Binary | 11111 | 10001 | 1101101 | 1001000 | 1010100 | 0 | 111001 | 11111001 | 1001001 | 11001 |
Color Harmonies of #1F116D
Complementary color
Monochromatic Colors of #1F116D
Black with #1F116D
Text Example
Text Example
White with #1F116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F116D; }
p { color: rgb(31,17,109); }
H1.HeaderClassName
{
color: #1F116D;
}
.AnyTagClassName
{
color: #1F116D;
}
</style>
background-color css
<style>
a { background-color: #1F116D; }
a { background-color: rgb(31,17,109); }
div.DivClassName
{
background-color: #1F116D;
}
.BgClassName
{
background-color: #1F116D;
}
</style>
border-color css
<style>
span { border-color: #1F116D; }
span { border-color: rgb(31,17,109); }
td.TdClassName
{
border-color: #1F116D;
}
.TagClassName
{
border-color: #1F116D;
}
</style>