Shades of Midnight Blue #1F0A5E
Tints of Midnight Blue #1F0A5E
RGB
CMYK
RGB Variations
Color information
#1F0A5E (or 0x1F0A5E) is known color: Midnight Blue. HEX triplet: 1F, 0A and 5E. RGB value is (31,10,94). Sum of RGB (Red+Green+Blue) = 31+10+94=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F0A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0A5E is #E0F5A1. Grayscale: #191919. Windows color (decimal): -14742946 or 6162975. OLE color: 6162975.
HSL color Cylindrical-coordinate representation of color #1F0A5E: hue angle of 255º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0A5E is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 10 | 94 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.63 |
| HSL | 255º | 0.81% | 0.2% | - |
| HSV(B) | 255º | 0.89% | 0.37% | - |
| XYZ | 2.69 | 1.32 | 10.7 | - |
| YUV | 25.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 94 | 0.67 | 0.89 | 0 | 0.63 | 255 | 0.81 | 0.2 |
| Hex | 1F | A | 5E | 43 | 59 | 0 | 3F | FF | 51 | 14 |
| Octal | 37 | 12 | 136 | 103 | 131 | 0 | 77 | 377 | 121 | 24 |
| Binary | 11111 | 1010 | 1011110 | 1000011 | 1011001 | 0 | 111111 | 11111111 | 1010001 | 10100 |
Color Harmonies of #1F0A5E
Complementary color
Monochromatic Colors of #1F0A5E
Black with #1F0A5E
Text Example
Text Example
White with #1F0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A5E; }
p { color: rgb(31,10,94); }
H1.HeaderClassName
{
color: #1F0A5E;
}
.AnyTagClassName
{
color: #1F0A5E;
}
</style>
background-color css
<style>
a { background-color: #1F0A5E; }
a { background-color: rgb(31,10,94); }
div.DivClassName
{
background-color: #1F0A5E;
}
.BgClassName
{
background-color: #1F0A5E;
}
</style>
border-color css
<style>
span { border-color: #1F0A5E; }
span { border-color: rgb(31,10,94); }
td.TdClassName
{
border-color: #1F0A5E;
}
.TagClassName
{
border-color: #1F0A5E;
}
</style>