Shades of Midnight Blue #1F117E
Tints of Midnight Blue #1F117E
RGB
CMYK
RGB Variations
Color information
#1F117E (or 0x1F117E) is known color: Midnight Blue. HEX triplet: 1F, 11 and 7E. RGB value is (31,17,126). Sum of RGB (Red+Green+Blue) = 31+17+126=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 126 (49.61% from 255 or 72.41% from 174); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F117E is #E0EE81. Grayscale: #212121. Windows color (decimal): -14741122 or 8261919. OLE color: 8261919.
HSL color Cylindrical-coordinate representation of color #1F117E: hue angle of 247.71º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F117E is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 17 | 126 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.51 |
| HSL | 247.71º | 0.76% | 0.28% | - |
| HSV(B) | 247.71º | 0.87% | 0.49% | - |
| XYZ | 4.53 | 2.2 | 19.92 | - |
| YUV | 33.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 126 | 0.75 | 0.87 | 0 | 0.51 | 247.71 | 0.76 | 0.28 |
| Hex | 1F | 11 | 7E | 4B | 57 | 0 | 33 | F8 | 4C | 1C |
| Octal | 37 | 21 | 176 | 113 | 127 | 0 | 63 | 370 | 114 | 34 |
| Binary | 11111 | 10001 | 1111110 | 1001011 | 1010111 | 0 | 110011 | 11111000 | 1001100 | 11100 |
Color Harmonies of #1F117E
Complementary color
Monochromatic Colors of #1F117E
Black with #1F117E
Text Example
Text Example
White with #1F117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F117E; }
p { color: rgb(31,17,126); }
H1.HeaderClassName
{
color: #1F117E;
}
.AnyTagClassName
{
color: #1F117E;
}
</style>
background-color css
<style>
a { background-color: #1F117E; }
a { background-color: rgb(31,17,126); }
div.DivClassName
{
background-color: #1F117E;
}
.BgClassName
{
background-color: #1F117E;
}
</style>
border-color css
<style>
span { border-color: #1F117E; }
span { border-color: rgb(31,17,126); }
td.TdClassName
{
border-color: #1F117E;
}
.TagClassName
{
border-color: #1F117E;
}
</style>