Shades of Midnight Blue #1F106D
Tints of Midnight Blue #1F106D
RGB
CMYK
RGB Variations
Color information
#1F106D (or 0x1F106D) is known color: Midnight Blue. HEX triplet: 1F, 10 and 6D. RGB value is (31,16,109). Sum of RGB (Red+Green+Blue) = 31+16+109=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F106D is #E0EF92. Grayscale: #1E1E1E. Windows color (decimal): -14741395 or 7147551. OLE color: 7147551.
HSL color Cylindrical-coordinate representation of color #1F106D: hue angle of 249.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F106D is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 16 | 109 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.57 |
| HSL | 249.68º | 0.74% | 0.25% | - |
| HSV(B) | 249.68º | 0.85% | 0.43% | - |
| XYZ | 3.51 | 1.77 | 14.62 | - |
| YUV | 31.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 109 | 0.72 | 0.85 | 0 | 0.57 | 249.68 | 0.74 | 0.25 |
| Hex | 1F | 10 | 6D | 48 | 55 | 0 | 39 | FA | 4A | 19 |
| Octal | 37 | 20 | 155 | 110 | 125 | 0 | 71 | 372 | 112 | 31 |
| Binary | 11111 | 10000 | 1101101 | 1001000 | 1010101 | 0 | 111001 | 11111010 | 1001010 | 11001 |
Color Harmonies of #1F106D
Complementary color
Monochromatic Colors of #1F106D
Black with #1F106D
Text Example
Text Example
White with #1F106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F106D; }
p { color: rgb(31,16,109); }
H1.HeaderClassName
{
color: #1F106D;
}
.AnyTagClassName
{
color: #1F106D;
}
</style>
background-color css
<style>
a { background-color: #1F106D; }
a { background-color: rgb(31,16,109); }
div.DivClassName
{
background-color: #1F106D;
}
.BgClassName
{
background-color: #1F106D;
}
</style>
border-color css
<style>
span { border-color: #1F106D; }
span { border-color: rgb(31,16,109); }
td.TdClassName
{
border-color: #1F106D;
}
.TagClassName
{
border-color: #1F106D;
}
</style>