Shades of Midnight Blue #1F2060
Tints of Midnight Blue #1F2060
RGB
CMYK
RGB Variations
Color information
#1F2060 (or 0x1F2060) is known color: Midnight Blue. HEX triplet: 1F, 20 and 60. RGB value is (31,32,96). Sum of RGB (Red+Green+Blue) = 31+32+96=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2060 is #E0DF9F. Grayscale: #262626. Windows color (decimal): -14737312 or 6299679. OLE color: 6299679.
HSL color Cylindrical-coordinate representation of color #1F2060: hue angle of 239.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F2060 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 32 | 96 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.62 |
| HSL | 239.08º | 0.51% | 0.25% | - |
| HSV(B) | 239.08º | 0.68% | 0.38% | - |
| XYZ | 3.19 | 2.17 | 11.32 | - |
| YUV | 39 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 96 | 0.68 | 0.67 | 0 | 0.62 | 239.08 | 0.51 | 0.25 |
| Hex | 1F | 20 | 60 | 44 | 43 | 0 | 3E | EF | 33 | 19 |
| Octal | 37 | 40 | 140 | 104 | 103 | 0 | 76 | 357 | 63 | 31 |
| Binary | 11111 | 100000 | 1100000 | 1000100 | 1000011 | 0 | 111110 | 11101111 | 110011 | 11001 |
Color Harmonies of #1F2060
Complementary color
Monochromatic Colors of #1F2060
Black with #1F2060
Text Example
Text Example
White with #1F2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2060; }
p { color: rgb(31,32,96); }
H1.HeaderClassName
{
color: #1F2060;
}
.AnyTagClassName
{
color: #1F2060;
}
</style>
background-color css
<style>
a { background-color: #1F2060; }
a { background-color: rgb(31,32,96); }
div.DivClassName
{
background-color: #1F2060;
}
.BgClassName
{
background-color: #1F2060;
}
</style>
border-color css
<style>
span { border-color: #1F2060; }
span { border-color: rgb(31,32,96); }
td.TdClassName
{
border-color: #1F2060;
}
.TagClassName
{
border-color: #1F2060;
}
</style>