Shades of Midnight Blue #1F196B
Tints of Midnight Blue #1F196B
RGB
CMYK
RGB Variations
Color information
#1F196B (or 0x1F196B) is known color: Midnight Blue. HEX triplet: 1F, 19 and 6B. RGB value is (31,25,107). Sum of RGB (Red+Green+Blue) = 31+25+107=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F196B is #E0E694. Grayscale: #232323. Windows color (decimal): -14739093 or 7018783. OLE color: 7018783.
HSL color Cylindrical-coordinate representation of color #1F196B: hue angle of 244.39º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F196B is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 25 | 107 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.58 |
| HSL | 244.39º | 0.62% | 0.26% | - |
| HSV(B) | 244.39º | 0.77% | 0.42% | - |
| XYZ | 3.57 | 2.05 | 14.12 | - |
| YUV | 36.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 107 | 0.71 | 0.77 | 0 | 0.58 | 244.39 | 0.62 | 0.26 |
| Hex | 1F | 19 | 6B | 47 | 4D | 0 | 3A | F4 | 3E | 1A |
| Octal | 37 | 31 | 153 | 107 | 115 | 0 | 72 | 364 | 76 | 32 |
| Binary | 11111 | 11001 | 1101011 | 1000111 | 1001101 | 0 | 111010 | 11110100 | 111110 | 11010 |
Color Harmonies of #1F196B
Complementary color
Monochromatic Colors of #1F196B
Black with #1F196B
Text Example
Text Example
White with #1F196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F196B; }
p { color: rgb(31,25,107); }
H1.HeaderClassName
{
color: #1F196B;
}
.AnyTagClassName
{
color: #1F196B;
}
</style>
background-color css
<style>
a { background-color: #1F196B; }
a { background-color: rgb(31,25,107); }
div.DivClassName
{
background-color: #1F196B;
}
.BgClassName
{
background-color: #1F196B;
}
</style>
border-color css
<style>
span { border-color: #1F196B; }
span { border-color: rgb(31,25,107); }
td.TdClassName
{
border-color: #1F196B;
}
.TagClassName
{
border-color: #1F196B;
}
</style>