Shades of Midnight Blue #1F0D74
Tints of Midnight Blue #1F0D74
RGB
CMYK
RGB Variations
Color information
#1F0D74 (or 0x1F0D74) is known color: Midnight Blue. HEX triplet: 1F, 0D and 74. RGB value is (31,13,116). Sum of RGB (Red+Green+Blue) = 31+13+116=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F0D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0D74 is #E0F28B. Grayscale: #1D1D1D. Windows color (decimal): -14742156 or 7605535. OLE color: 7605535.
HSL color Cylindrical-coordinate representation of color #1F0D74: hue angle of 250.49º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0D74 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 13 | 116 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.55 |
| HSL | 250.49º | 0.8% | 0.25% | - |
| HSV(B) | 250.49º | 0.89% | 0.45% | - |
| XYZ | 3.86 | 1.84 | 16.67 | - |
| YUV | 30.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 116 | 0.73 | 0.89 | 0 | 0.55 | 250.49 | 0.8 | 0.25 |
| Hex | 1F | D | 74 | 49 | 59 | 0 | 37 | FA | 50 | 19 |
| Octal | 37 | 15 | 164 | 111 | 131 | 0 | 67 | 372 | 120 | 31 |
| Binary | 11111 | 1101 | 1110100 | 1001001 | 1011001 | 0 | 110111 | 11111010 | 1010000 | 11001 |
Color Harmonies of #1F0D74
Complementary color
Monochromatic Colors of #1F0D74
Black with #1F0D74
Text Example
Text Example
White with #1F0D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D74; }
p { color: rgb(31,13,116); }
H1.HeaderClassName
{
color: #1F0D74;
}
.AnyTagClassName
{
color: #1F0D74;
}
</style>
background-color css
<style>
a { background-color: #1F0D74; }
a { background-color: rgb(31,13,116); }
div.DivClassName
{
background-color: #1F0D74;
}
.BgClassName
{
background-color: #1F0D74;
}
</style>
border-color css
<style>
span { border-color: #1F0D74; }
span { border-color: rgb(31,13,116); }
td.TdClassName
{
border-color: #1F0D74;
}
.TagClassName
{
border-color: #1F0D74;
}
</style>