Shades of Midnight Blue #1F075D
Tints of Midnight Blue #1F075D
RGB
CMYK
RGB Variations
Color information
#1F075D (or 0x1F075D) is known color: Midnight Blue. HEX triplet: 1F, 07 and 5D. RGB value is (31,7,93). Sum of RGB (Red+Green+Blue) = 31+7+93=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F075D is #E0F8A2. Grayscale: #171717. Windows color (decimal): -14743715 or 6096671. OLE color: 6096671.
HSL color Cylindrical-coordinate representation of color #1F075D: hue angle of 256.74º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F075D is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 7 | 93 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.64 |
| HSL | 256.74º | 0.86% | 0.2% | - |
| HSV(B) | 256.74º | 0.92% | 0.36% | - |
| XYZ | 2.62 | 1.23 | 10.46 | - |
| YUV | 23.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 93 | 0.67 | 0.92 | 0 | 0.64 | 256.74 | 0.86 | 0.2 |
| Hex | 1F | 7 | 5D | 43 | 5C | 0 | 40 | 101 | 56 | 14 |
| Octal | 37 | 7 | 135 | 103 | 134 | 0 | 100 | 401 | 126 | 24 |
| Binary | 11111 | 111 | 1011101 | 1000011 | 1011100 | 0 | 1000000 | 100000001 | 1010110 | 10100 |
Color Harmonies of #1F075D
Complementary color
Monochromatic Colors of #1F075D
Black with #1F075D
Text Example
Text Example
White with #1F075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F075D; }
p { color: rgb(31,7,93); }
H1.HeaderClassName
{
color: #1F075D;
}
.AnyTagClassName
{
color: #1F075D;
}
</style>
background-color css
<style>
a { background-color: #1F075D; }
a { background-color: rgb(31,7,93); }
div.DivClassName
{
background-color: #1F075D;
}
.BgClassName
{
background-color: #1F075D;
}
</style>
border-color css
<style>
span { border-color: #1F075D; }
span { border-color: rgb(31,7,93); }
td.TdClassName
{
border-color: #1F075D;
}
.TagClassName
{
border-color: #1F075D;
}
</style>