Shades of Midnight Blue #1F1076
Tints of Midnight Blue #1F1076
RGB
CMYK
RGB Variations
Color information
#1F1076 (or 0x1F1076) is known color: Midnight Blue. HEX triplet: 1F, 10 and 76. RGB value is (31,16,118). Sum of RGB (Red+Green+Blue) = 31+16+118=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F1076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1076 is #E0EF89. Grayscale: #1F1F1F. Windows color (decimal): -14741386 or 7737375. OLE color: 7737375.
HSL color Cylindrical-coordinate representation of color #1F1076: hue angle of 248.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1076 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 16 | 118 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.54 |
| HSL | 248.82º | 0.76% | 0.26% | - |
| HSV(B) | 248.82º | 0.86% | 0.46% | - |
| XYZ | 4.02 | 1.97 | 17.31 | - |
| YUV | 32.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 118 | 0.74 | 0.86 | 0 | 0.54 | 248.82 | 0.76 | 0.26 |
| Hex | 1F | 10 | 76 | 4A | 56 | 0 | 36 | F9 | 4C | 1A |
| Octal | 37 | 20 | 166 | 112 | 126 | 0 | 66 | 371 | 114 | 32 |
| Binary | 11111 | 10000 | 1110110 | 1001010 | 1010110 | 0 | 110110 | 11111001 | 1001100 | 11010 |
Color Harmonies of #1F1076
Complementary color
Monochromatic Colors of #1F1076
Black with #1F1076
Text Example
Text Example
White with #1F1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1076; }
p { color: rgb(31,16,118); }
H1.HeaderClassName
{
color: #1F1076;
}
.AnyTagClassName
{
color: #1F1076;
}
</style>
background-color css
<style>
a { background-color: #1F1076; }
a { background-color: rgb(31,16,118); }
div.DivClassName
{
background-color: #1F1076;
}
.BgClassName
{
background-color: #1F1076;
}
</style>
border-color css
<style>
span { border-color: #1F1076; }
span { border-color: rgb(31,16,118); }
td.TdClassName
{
border-color: #1F1076;
}
.TagClassName
{
border-color: #1F1076;
}
</style>