Shades of Midnight Blue #1F1264
Tints of Midnight Blue #1F1264
RGB
CMYK
RGB Variations
Color information
#1F1264 (or 0x1F1264) is known color: Midnight Blue. HEX triplet: 1F, 12 and 64. RGB value is (31,18,100). Sum of RGB (Red+Green+Blue) = 31+18+100=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F1264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1264 is #E0ED9B. Grayscale: #1E1E1E. Windows color (decimal): -14740892 or 6558239. OLE color: 6558239.
HSL color Cylindrical-coordinate representation of color #1F1264: hue angle of 249.51º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1264 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 18 | 100 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.61 |
| HSL | 249.51º | 0.69% | 0.23% | - |
| HSV(B) | 249.51º | 0.82% | 0.39% | - |
| XYZ | 3.08 | 1.64 | 12.21 | - |
| YUV | 31.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 100 | 0.69 | 0.82 | 0 | 0.61 | 249.51 | 0.69 | 0.23 |
| Hex | 1F | 12 | 64 | 45 | 52 | 0 | 3D | FA | 45 | 17 |
| Octal | 37 | 22 | 144 | 105 | 122 | 0 | 75 | 372 | 105 | 27 |
| Binary | 11111 | 10010 | 1100100 | 1000101 | 1010010 | 0 | 111101 | 11111010 | 1000101 | 10111 |
Color Harmonies of #1F1264
Complementary color
Monochromatic Colors of #1F1264
Black with #1F1264
Text Example
Text Example
White with #1F1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1264; }
p { color: rgb(31,18,100); }
H1.HeaderClassName
{
color: #1F1264;
}
.AnyTagClassName
{
color: #1F1264;
}
</style>
background-color css
<style>
a { background-color: #1F1264; }
a { background-color: rgb(31,18,100); }
div.DivClassName
{
background-color: #1F1264;
}
.BgClassName
{
background-color: #1F1264;
}
</style>
border-color css
<style>
span { border-color: #1F1264; }
span { border-color: rgb(31,18,100); }
td.TdClassName
{
border-color: #1F1264;
}
.TagClassName
{
border-color: #1F1264;
}
</style>