Shades of Midnight Blue #1F085D
Tints of Midnight Blue #1F085D
RGB
CMYK
RGB Variations
Color information
#1F085D (or 0x1F085D) is known color: Midnight Blue. HEX triplet: 1F, 08 and 5D. RGB value is (31,8,93). Sum of RGB (Red+Green+Blue) = 31+8+93=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F085D is #E0F7A2. Grayscale: #181818. Windows color (decimal): -14743459 or 6096927. OLE color: 6096927.
HSL color Cylindrical-coordinate representation of color #1F085D: hue angle of 256.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F085D is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 8 | 93 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.64 |
| HSL | 256.24º | 0.84% | 0.2% | - |
| HSV(B) | 256.24º | 0.91% | 0.36% | - |
| XYZ | 2.63 | 1.26 | 10.46 | - |
| YUV | 24.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 93 | 0.67 | 0.91 | 0 | 0.64 | 256.24 | 0.84 | 0.2 |
| Hex | 1F | 8 | 5D | 43 | 5B | 0 | 40 | 100 | 54 | 14 |
| Octal | 37 | 10 | 135 | 103 | 133 | 0 | 100 | 400 | 124 | 24 |
| Binary | 11111 | 1000 | 1011101 | 1000011 | 1011011 | 0 | 1000000 | 100000000 | 1010100 | 10100 |
Color Harmonies of #1F085D
Complementary color
Monochromatic Colors of #1F085D
Black with #1F085D
Text Example
Text Example
White with #1F085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F085D; }
p { color: rgb(31,8,93); }
H1.HeaderClassName
{
color: #1F085D;
}
.AnyTagClassName
{
color: #1F085D;
}
</style>
background-color css
<style>
a { background-color: #1F085D; }
a { background-color: rgb(31,8,93); }
div.DivClassName
{
background-color: #1F085D;
}
.BgClassName
{
background-color: #1F085D;
}
</style>
border-color css
<style>
span { border-color: #1F085D; }
span { border-color: rgb(31,8,93); }
td.TdClassName
{
border-color: #1F085D;
}
.TagClassName
{
border-color: #1F085D;
}
</style>