Shades of Midnight Blue #1F196D
Tints of Midnight Blue #1F196D
RGB
CMYK
RGB Variations
Color information
#1F196D (or 0x1F196D) is known color: Midnight Blue. HEX triplet: 1F, 19 and 6D. RGB value is (31,25,109). Sum of RGB (Red+Green+Blue) = 31+25+109=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F196D is #E0E692. Grayscale: #242424. Windows color (decimal): -14739091 or 7149855. OLE color: 7149855.
HSL color Cylindrical-coordinate representation of color #1F196D: hue angle of 244.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F196D is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 25 | 109 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.57 |
| HSL | 244.29º | 0.63% | 0.26% | - |
| HSV(B) | 244.29º | 0.77% | 0.43% | - |
| XYZ | 3.67 | 2.09 | 14.68 | - |
| YUV | 36.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 109 | 0.72 | 0.77 | 0 | 0.57 | 244.29 | 0.63 | 0.26 |
| Hex | 1F | 19 | 6D | 48 | 4D | 0 | 39 | F4 | 3F | 1A |
| Octal | 37 | 31 | 155 | 110 | 115 | 0 | 71 | 364 | 77 | 32 |
| Binary | 11111 | 11001 | 1101101 | 1001000 | 1001101 | 0 | 111001 | 11110100 | 111111 | 11010 |
Color Harmonies of #1F196D
Complementary color
Monochromatic Colors of #1F196D
Black with #1F196D
Text Example
Text Example
White with #1F196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F196D; }
p { color: rgb(31,25,109); }
H1.HeaderClassName
{
color: #1F196D;
}
.AnyTagClassName
{
color: #1F196D;
}
</style>
background-color css
<style>
a { background-color: #1F196D; }
a { background-color: rgb(31,25,109); }
div.DivClassName
{
background-color: #1F196D;
}
.BgClassName
{
background-color: #1F196D;
}
</style>
border-color css
<style>
span { border-color: #1F196D; }
span { border-color: rgb(31,25,109); }
td.TdClassName
{
border-color: #1F196D;
}
.TagClassName
{
border-color: #1F196D;
}
</style>