Shades of Midnight Blue #1F0E73
Tints of Midnight Blue #1F0E73
RGB
CMYK
RGB Variations
Color information
#1F0E73 (or 0x1F0E73) is known color: Midnight Blue. HEX triplet: 1F, 0E and 73. RGB value is (31,14,115). Sum of RGB (Red+Green+Blue) = 31+14+115=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F0E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0E73 is #E0F18C. Grayscale: #1E1E1E. Windows color (decimal): -14741901 or 7540255. OLE color: 7540255.
HSL color Cylindrical-coordinate representation of color #1F0E73: hue angle of 250.1º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F0E73 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 14 | 115 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.55 |
| HSL | 250.1º | 0.78% | 0.25% | - |
| HSV(B) | 250.1º | 0.88% | 0.45% | - |
| XYZ | 3.82 | 1.84 | 16.37 | - |
| YUV | 30.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 115 | 0.73 | 0.88 | 0 | 0.55 | 250.1 | 0.78 | 0.25 |
| Hex | 1F | E | 73 | 49 | 58 | 0 | 37 | FA | 4E | 19 |
| Octal | 37 | 16 | 163 | 111 | 130 | 0 | 67 | 372 | 116 | 31 |
| Binary | 11111 | 1110 | 1110011 | 1001001 | 1011000 | 0 | 110111 | 11111010 | 1001110 | 11001 |
Color Harmonies of #1F0E73
Complementary color
Monochromatic Colors of #1F0E73
Black with #1F0E73
Text Example
Text Example
White with #1F0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0E73; }
p { color: rgb(31,14,115); }
H1.HeaderClassName
{
color: #1F0E73;
}
.AnyTagClassName
{
color: #1F0E73;
}
</style>
background-color css
<style>
a { background-color: #1F0E73; }
a { background-color: rgb(31,14,115); }
div.DivClassName
{
background-color: #1F0E73;
}
.BgClassName
{
background-color: #1F0E73;
}
</style>
border-color css
<style>
span { border-color: #1F0E73; }
span { border-color: rgb(31,14,115); }
td.TdClassName
{
border-color: #1F0E73;
}
.TagClassName
{
border-color: #1F0E73;
}
</style>