Shades of Midnight Blue #1F1368
Tints of Midnight Blue #1F1368
RGB
CMYK
RGB Variations
Color information
#1F1368 (or 0x1F1368) is known color: Midnight Blue. HEX triplet: 1F, 13 and 68. RGB value is (31,19,104). Sum of RGB (Red+Green+Blue) = 31+19+104=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F1368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1368 is #E0EC97. Grayscale: #1F1F1F. Windows color (decimal): -14740632 or 6820639. OLE color: 6820639.
HSL color Cylindrical-coordinate representation of color #1F1368: hue angle of 248.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1368 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 19 | 104 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.59 |
| HSL | 248.47º | 0.69% | 0.24% | - |
| HSV(B) | 248.47º | 0.82% | 0.41% | - |
| XYZ | 3.3 | 1.76 | 13.26 | - |
| YUV | 32.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 104 | 0.70 | 0.82 | 0 | 0.59 | 248.47 | 0.69 | 0.24 |
| Hex | 1F | 13 | 68 | 46 | 52 | 0 | 3B | F8 | 45 | 18 |
| Octal | 37 | 23 | 150 | 106 | 122 | 0 | 73 | 370 | 105 | 30 |
| Binary | 11111 | 10011 | 1101000 | 1000110 | 1010010 | 0 | 111011 | 11111000 | 1000101 | 11000 |
Color Harmonies of #1F1368
Complementary color
Monochromatic Colors of #1F1368
Black with #1F1368
Text Example
Text Example
White with #1F1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1368; }
p { color: rgb(31,19,104); }
H1.HeaderClassName
{
color: #1F1368;
}
.AnyTagClassName
{
color: #1F1368;
}
</style>
background-color css
<style>
a { background-color: #1F1368; }
a { background-color: rgb(31,19,104); }
div.DivClassName
{
background-color: #1F1368;
}
.BgClassName
{
background-color: #1F1368;
}
</style>
border-color css
<style>
span { border-color: #1F1368; }
span { border-color: rgb(31,19,104); }
td.TdClassName
{
border-color: #1F1368;
}
.TagClassName
{
border-color: #1F1368;
}
</style>