Shades of Midnight Blue #1F1567
Tints of Midnight Blue #1F1567
RGB
CMYK
RGB Variations
Color information
#1F1567 (or 0x1F1567) is known color: Midnight Blue. HEX triplet: 1F, 15 and 67. RGB value is (31,21,103). Sum of RGB (Red+Green+Blue) = 31+21+103=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F1567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1567 is #E0EA98. Grayscale: #212121. Windows color (decimal): -14740121 or 6755615. OLE color: 6755615.
HSL color Cylindrical-coordinate representation of color #1F1567: hue angle of 247.32º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F1567 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 21 | 103 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.60 |
| HSL | 247.32º | 0.66% | 0.24% | - |
| HSV(B) | 247.32º | 0.8% | 0.4% | - |
| XYZ | 3.28 | 1.81 | 13.01 | - |
| YUV | 33.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 103 | 0.70 | 0.80 | 0 | 0.60 | 247.32 | 0.66 | 0.24 |
| Hex | 1F | 15 | 67 | 46 | 50 | 0 | 3C | F7 | 42 | 18 |
| Octal | 37 | 25 | 147 | 106 | 120 | 0 | 74 | 367 | 102 | 30 |
| Binary | 11111 | 10101 | 1100111 | 1000110 | 1010000 | 0 | 111100 | 11110111 | 1000010 | 11000 |
Color Harmonies of #1F1567
Complementary color
Monochromatic Colors of #1F1567
Black with #1F1567
Text Example
Text Example
White with #1F1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1567; }
p { color: rgb(31,21,103); }
H1.HeaderClassName
{
color: #1F1567;
}
.AnyTagClassName
{
color: #1F1567;
}
</style>
background-color css
<style>
a { background-color: #1F1567; }
a { background-color: rgb(31,21,103); }
div.DivClassName
{
background-color: #1F1567;
}
.BgClassName
{
background-color: #1F1567;
}
</style>
border-color css
<style>
span { border-color: #1F1567; }
span { border-color: rgb(31,21,103); }
td.TdClassName
{
border-color: #1F1567;
}
.TagClassName
{
border-color: #1F1567;
}
</style>