Shades of Midnight Blue #1F0D5D
Tints of Midnight Blue #1F0D5D
RGB
CMYK
RGB Variations
Color information
#1F0D5D (or 0x1F0D5D) is known color: Midnight Blue. HEX triplet: 1F, 0D and 5D. RGB value is (31,13,93). Sum of RGB (Red+Green+Blue) = 31+13+93=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F0D5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0D5D is #E0F2A2. Grayscale: #1B1B1B. Windows color (decimal): -14742179 or 6098207. OLE color: 6098207.
HSL color Cylindrical-coordinate representation of color #1F0D5D: hue angle of 253.5º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F0D5D is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 13 | 93 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.64 |
| HSL | 253.5º | 0.75% | 0.21% | - |
| HSV(B) | 253.5º | 0.86% | 0.36% | - |
| XYZ | 2.68 | 1.37 | 10.48 | - |
| YUV | 27.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 93 | 0.67 | 0.86 | 0 | 0.64 | 253.5 | 0.75 | 0.21 |
| Hex | 1F | D | 5D | 43 | 56 | 0 | 40 | FE | 4B | 15 |
| Octal | 37 | 15 | 135 | 103 | 126 | 0 | 100 | 376 | 113 | 25 |
| Binary | 11111 | 1101 | 1011101 | 1000011 | 1010110 | 0 | 1000000 | 11111110 | 1001011 | 10101 |
Color Harmonies of #1F0D5D
Complementary color
Monochromatic Colors of #1F0D5D
Black with #1F0D5D
Text Example
Text Example
White with #1F0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D5D; }
p { color: rgb(31,13,93); }
H1.HeaderClassName
{
color: #1F0D5D;
}
.AnyTagClassName
{
color: #1F0D5D;
}
</style>
background-color css
<style>
a { background-color: #1F0D5D; }
a { background-color: rgb(31,13,93); }
div.DivClassName
{
background-color: #1F0D5D;
}
.BgClassName
{
background-color: #1F0D5D;
}
</style>
border-color css
<style>
span { border-color: #1F0D5D; }
span { border-color: rgb(31,13,93); }
td.TdClassName
{
border-color: #1F0D5D;
}
.TagClassName
{
border-color: #1F0D5D;
}
</style>