Shades of Midnight Blue #1F116C
Tints of Midnight Blue #1F116C
RGB
CMYK
RGB Variations
Color information
#1F116C (or 0x1F116C) is known color: Midnight Blue. HEX triplet: 1F, 11 and 6C. RGB value is (31,17,108). Sum of RGB (Red+Green+Blue) = 31+17+108=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F116C is #E0EE93. Grayscale: #1F1F1F. Windows color (decimal): -14741140 or 7082271. OLE color: 7082271.
HSL color Cylindrical-coordinate representation of color #1F116C: hue angle of 249.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F116C is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 17 | 108 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.58 |
| HSL | 249.23º | 0.73% | 0.25% | - |
| HSV(B) | 249.23º | 0.84% | 0.42% | - |
| XYZ | 3.47 | 1.77 | 14.35 | - |
| YUV | 31.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 108 | 0.71 | 0.84 | 0 | 0.58 | 249.23 | 0.73 | 0.25 |
| Hex | 1F | 11 | 6C | 47 | 54 | 0 | 3A | F9 | 49 | 19 |
| Octal | 37 | 21 | 154 | 107 | 124 | 0 | 72 | 371 | 111 | 31 |
| Binary | 11111 | 10001 | 1101100 | 1000111 | 1010100 | 0 | 111010 | 11111001 | 1001001 | 11001 |
Color Harmonies of #1F116C
Complementary color
Monochromatic Colors of #1F116C
Black with #1F116C
Text Example
Text Example
White with #1F116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F116C; }
p { color: rgb(31,17,108); }
H1.HeaderClassName
{
color: #1F116C;
}
.AnyTagClassName
{
color: #1F116C;
}
</style>
background-color css
<style>
a { background-color: #1F116C; }
a { background-color: rgb(31,17,108); }
div.DivClassName
{
background-color: #1F116C;
}
.BgClassName
{
background-color: #1F116C;
}
</style>
border-color css
<style>
span { border-color: #1F116C; }
span { border-color: rgb(31,17,108); }
td.TdClassName
{
border-color: #1F116C;
}
.TagClassName
{
border-color: #1F116C;
}
</style>