Shades of Midnight Blue #1F1860
Tints of Midnight Blue #1F1860
RGB
CMYK
RGB Variations
Color information
#1F1860 (or 0x1F1860) is known color: Midnight Blue. HEX triplet: 1F, 18 and 60. RGB value is (31,24,96). Sum of RGB (Red+Green+Blue) = 31+24+96=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F1860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1860 is #E0E79F. Grayscale: #222222. Windows color (decimal): -14739360 or 6297631. OLE color: 6297631.
HSL color Cylindrical-coordinate representation of color #1F1860: hue angle of 245.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F1860 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 24 | 96 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.62 |
| HSL | 245.83º | 0.6% | 0.24% | - |
| HSV(B) | 245.83º | 0.75% | 0.38% | - |
| XYZ | 3 | 1.79 | 11.25 | - |
| YUV | 34.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 96 | 0.68 | 0.75 | 0 | 0.62 | 245.83 | 0.6 | 0.24 |
| Hex | 1F | 18 | 60 | 44 | 4B | 0 | 3E | F6 | 3C | 18 |
| Octal | 37 | 30 | 140 | 104 | 113 | 0 | 76 | 366 | 74 | 30 |
| Binary | 11111 | 11000 | 1100000 | 1000100 | 1001011 | 0 | 111110 | 11110110 | 111100 | 11000 |
Color Harmonies of #1F1860
Complementary color
Monochromatic Colors of #1F1860
Black with #1F1860
Text Example
Text Example
White with #1F1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1860; }
p { color: rgb(31,24,96); }
H1.HeaderClassName
{
color: #1F1860;
}
.AnyTagClassName
{
color: #1F1860;
}
</style>
background-color css
<style>
a { background-color: #1F1860; }
a { background-color: rgb(31,24,96); }
div.DivClassName
{
background-color: #1F1860;
}
.BgClassName
{
background-color: #1F1860;
}
</style>
border-color css
<style>
span { border-color: #1F1860; }
span { border-color: rgb(31,24,96); }
td.TdClassName
{
border-color: #1F1860;
}
.TagClassName
{
border-color: #1F1860;
}
</style>