Shades of Midnight Blue #1F1160
Tints of Midnight Blue #1F1160
RGB
CMYK
RGB Variations
Color information
#1F1160 (or 0x1F1160) is known color: Midnight Blue. HEX triplet: 1F, 11 and 60. RGB value is (31,17,96). Sum of RGB (Red+Green+Blue) = 31+17+96=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F1160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1160 is #E0EE9F. Grayscale: #1D1D1D. Windows color (decimal): -14741152 or 6295839. OLE color: 6295839.
HSL color Cylindrical-coordinate representation of color #1F1160: hue angle of 250.63º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1160 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 17 | 96 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.62 |
| HSL | 250.63º | 0.7% | 0.22% | - |
| HSV(B) | 250.63º | 0.82% | 0.38% | - |
| XYZ | 2.88 | 1.54 | 11.21 | - |
| YUV | 30.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 96 | 0.68 | 0.82 | 0 | 0.62 | 250.63 | 0.7 | 0.22 |
| Hex | 1F | 11 | 60 | 44 | 52 | 0 | 3E | FB | 46 | 16 |
| Octal | 37 | 21 | 140 | 104 | 122 | 0 | 76 | 373 | 106 | 26 |
| Binary | 11111 | 10001 | 1100000 | 1000100 | 1010010 | 0 | 111110 | 11111011 | 1000110 | 10110 |
Color Harmonies of #1F1160
Complementary color
Monochromatic Colors of #1F1160
Black with #1F1160
Text Example
Text Example
White with #1F1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1160; }
p { color: rgb(31,17,96); }
H1.HeaderClassName
{
color: #1F1160;
}
.AnyTagClassName
{
color: #1F1160;
}
</style>
background-color css
<style>
a { background-color: #1F1160; }
a { background-color: rgb(31,17,96); }
div.DivClassName
{
background-color: #1F1160;
}
.BgClassName
{
background-color: #1F1160;
}
</style>
border-color css
<style>
span { border-color: #1F1160; }
span { border-color: rgb(31,17,96); }
td.TdClassName
{
border-color: #1F1160;
}
.TagClassName
{
border-color: #1F1160;
}
</style>