Shades of Midnight Blue #1F1568
Tints of Midnight Blue #1F1568
RGB
CMYK
RGB Variations
Color information
#1F1568 (or 0x1F1568) is known color: Midnight Blue. HEX triplet: 1F, 15 and 68. RGB value is (31,21,104). Sum of RGB (Red+Green+Blue) = 31+21+104=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F1568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1568 is #E0EA97. Grayscale: #212121. Windows color (decimal): -14740120 or 6821151. OLE color: 6821151.
HSL color Cylindrical-coordinate representation of color #1F1568: hue angle of 247.23º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F1568 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 21 | 104 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.59 |
| HSL | 247.23º | 0.66% | 0.25% | - |
| HSV(B) | 247.23º | 0.8% | 0.41% | - |
| XYZ | 3.33 | 1.83 | 13.27 | - |
| YUV | 33.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 104 | 0.70 | 0.80 | 0 | 0.59 | 247.23 | 0.66 | 0.25 |
| Hex | 1F | 15 | 68 | 46 | 50 | 0 | 3B | F7 | 42 | 19 |
| Octal | 37 | 25 | 150 | 106 | 120 | 0 | 73 | 367 | 102 | 31 |
| Binary | 11111 | 10101 | 1101000 | 1000110 | 1010000 | 0 | 111011 | 11110111 | 1000010 | 11001 |
Color Harmonies of #1F1568
Complementary color
Monochromatic Colors of #1F1568
Black with #1F1568
Text Example
Text Example
White with #1F1568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1568; }
p { color: rgb(31,21,104); }
H1.HeaderClassName
{
color: #1F1568;
}
.AnyTagClassName
{
color: #1F1568;
}
</style>
background-color css
<style>
a { background-color: #1F1568; }
a { background-color: rgb(31,21,104); }
div.DivClassName
{
background-color: #1F1568;
}
.BgClassName
{
background-color: #1F1568;
}
</style>
border-color css
<style>
span { border-color: #1F1568; }
span { border-color: rgb(31,21,104); }
td.TdClassName
{
border-color: #1F1568;
}
.TagClassName
{
border-color: #1F1568;
}
</style>