Shades of Midnight Blue #1F085F
Tints of Midnight Blue #1F085F
RGB
CMYK
RGB Variations
Color information
#1F085F (or 0x1F085F) is known color: Midnight Blue. HEX triplet: 1F, 08 and 5F. RGB value is (31,8,95). Sum of RGB (Red+Green+Blue) = 31+8+95=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F085F is #E0F7A0. Grayscale: #181818. Windows color (decimal): -14743457 or 6227999. OLE color: 6227999.
HSL color Cylindrical-coordinate representation of color #1F085F: hue angle of 255.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F085F is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 8 | 95 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.63 |
| HSL | 255.86º | 0.84% | 0.2% | - |
| HSV(B) | 255.86º | 0.92% | 0.37% | - |
| XYZ | 2.72 | 1.29 | 10.93 | - |
| YUV | 24.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 95 | 0.67 | 0.92 | 0 | 0.63 | 255.86 | 0.84 | 0.2 |
| Hex | 1F | 8 | 5F | 43 | 5C | 0 | 3F | 100 | 54 | 14 |
| Octal | 37 | 10 | 137 | 103 | 134 | 0 | 77 | 400 | 124 | 24 |
| Binary | 11111 | 1000 | 1011111 | 1000011 | 1011100 | 0 | 111111 | 100000000 | 1010100 | 10100 |
Color Harmonies of #1F085F
Complementary color
Monochromatic Colors of #1F085F
Black with #1F085F
Text Example
Text Example
White with #1F085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F085F; }
p { color: rgb(31,8,95); }
H1.HeaderClassName
{
color: #1F085F;
}
.AnyTagClassName
{
color: #1F085F;
}
</style>
background-color css
<style>
a { background-color: #1F085F; }
a { background-color: rgb(31,8,95); }
div.DivClassName
{
background-color: #1F085F;
}
.BgClassName
{
background-color: #1F085F;
}
</style>
border-color css
<style>
span { border-color: #1F085F; }
span { border-color: rgb(31,8,95); }
td.TdClassName
{
border-color: #1F085F;
}
.TagClassName
{
border-color: #1F085F;
}
</style>