Shades of Midnight Blue #1F1E6F
Tints of Midnight Blue #1F1E6F
RGB
CMYK
RGB Variations
Color information
#1F1E6F (or 0x1F1E6F) is known color: Midnight Blue. HEX triplet: 1F, 1E and 6F. RGB value is (31,30,111). Sum of RGB (Red+Green+Blue) = 31+30+111=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F1E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1E6F is #E0E190. Grayscale: #272727. Windows color (decimal): -14737809 or 7282207. OLE color: 7282207.
HSL color Cylindrical-coordinate representation of color #1F1E6F: hue angle of 240.74º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F1E6F is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 30 | 111 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.56 |
| HSL | 240.74º | 0.57% | 0.28% | - |
| HSV(B) | 240.74º | 0.73% | 0.44% | - |
| XYZ | 3.9 | 2.37 | 15.29 | - |
| YUV | 39.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 30 | 111 | 0.72 | 0.73 | 0 | 0.56 | 240.74 | 0.57 | 0.28 |
| Hex | 1F | 1E | 6F | 48 | 49 | 0 | 38 | F1 | 39 | 1C |
| Octal | 37 | 36 | 157 | 110 | 111 | 0 | 70 | 361 | 71 | 34 |
| Binary | 11111 | 11110 | 1101111 | 1001000 | 1001001 | 0 | 111000 | 11110001 | 111001 | 11100 |
Color Harmonies of #1F1E6F
Complementary color
Monochromatic Colors of #1F1E6F
Black with #1F1E6F
Text Example
Text Example
White with #1F1E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1E6F; }
p { color: rgb(31,30,111); }
H1.HeaderClassName
{
color: #1F1E6F;
}
.AnyTagClassName
{
color: #1F1E6F;
}
</style>
background-color css
<style>
a { background-color: #1F1E6F; }
a { background-color: rgb(31,30,111); }
div.DivClassName
{
background-color: #1F1E6F;
}
.BgClassName
{
background-color: #1F1E6F;
}
</style>
border-color css
<style>
span { border-color: #1F1E6F; }
span { border-color: rgb(31,30,111); }
td.TdClassName
{
border-color: #1F1E6F;
}
.TagClassName
{
border-color: #1F1E6F;
}
</style>