Shades of Midnight Blue #1F0A6D
Tints of Midnight Blue #1F0A6D
RGB
CMYK
RGB Variations
Color information
#1F0A6D (or 0x1F0A6D) is known color: Midnight Blue. HEX triplet: 1F, 0A and 6D. RGB value is (31,10,109). Sum of RGB (Red+Green+Blue) = 31+10+109=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F0A6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0A6D is #E0F592. Grayscale: #1B1B1B. Windows color (decimal): -14742931 or 7146015. OLE color: 7146015.
HSL color Cylindrical-coordinate representation of color #1F0A6D: hue angle of 252.73º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0A6D is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 10 | 109 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.57 |
| HSL | 252.73º | 0.83% | 0.23% | - |
| HSV(B) | 252.73º | 0.91% | 0.43% | - |
| XYZ | 3.43 | 1.61 | 14.6 | - |
| YUV | 27.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 109 | 0.72 | 0.91 | 0 | 0.57 | 252.73 | 0.83 | 0.23 |
| Hex | 1F | A | 6D | 48 | 5B | 0 | 39 | FD | 53 | 17 |
| Octal | 37 | 12 | 155 | 110 | 133 | 0 | 71 | 375 | 123 | 27 |
| Binary | 11111 | 1010 | 1101101 | 1001000 | 1011011 | 0 | 111001 | 11111101 | 1010011 | 10111 |
Color Harmonies of #1F0A6D
Complementary color
Monochromatic Colors of #1F0A6D
Black with #1F0A6D
Text Example
Text Example
White with #1F0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A6D; }
p { color: rgb(31,10,109); }
H1.HeaderClassName
{
color: #1F0A6D;
}
.AnyTagClassName
{
color: #1F0A6D;
}
</style>
background-color css
<style>
a { background-color: #1F0A6D; }
a { background-color: rgb(31,10,109); }
div.DivClassName
{
background-color: #1F0A6D;
}
.BgClassName
{
background-color: #1F0A6D;
}
</style>
border-color css
<style>
span { border-color: #1F0A6D; }
span { border-color: rgb(31,10,109); }
td.TdClassName
{
border-color: #1F0A6D;
}
.TagClassName
{
border-color: #1F0A6D;
}
</style>