Shades of Midnight Blue #1F096A
Tints of Midnight Blue #1F096A
RGB
CMYK
RGB Variations
Color information
#1F096A (or 0x1F096A) is known color: Midnight Blue. HEX triplet: 1F, 09 and 6A. RGB value is (31,9,106). Sum of RGB (Red+Green+Blue) = 31+9+106=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 106 (41.80% from 255 or 72.60% from 146); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F096A is #E0F695. Grayscale: #1A1A1A. Windows color (decimal): -14743190 or 6949151. OLE color: 6949151.
HSL color Cylindrical-coordinate representation of color #1F096A: hue angle of 253.61º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F096A is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 9 | 106 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.58 |
| HSL | 253.61º | 0.84% | 0.23% | - |
| HSV(B) | 253.61º | 0.92% | 0.42% | - |
| XYZ | 3.26 | 1.53 | 13.76 | - |
| YUV | 26.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 106 | 0.71 | 0.92 | 0 | 0.58 | 253.61 | 0.84 | 0.23 |
| Hex | 1F | 9 | 6A | 47 | 5C | 0 | 3A | FE | 54 | 17 |
| Octal | 37 | 11 | 152 | 107 | 134 | 0 | 72 | 376 | 124 | 27 |
| Binary | 11111 | 1001 | 1101010 | 1000111 | 1011100 | 0 | 111010 | 11111110 | 1010100 | 10111 |
Color Harmonies of #1F096A
Complementary color
Monochromatic Colors of #1F096A
Black with #1F096A
Text Example
Text Example
White with #1F096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F096A; }
p { color: rgb(31,9,106); }
H1.HeaderClassName
{
color: #1F096A;
}
.AnyTagClassName
{
color: #1F096A;
}
</style>
background-color css
<style>
a { background-color: #1F096A; }
a { background-color: rgb(31,9,106); }
div.DivClassName
{
background-color: #1F096A;
}
.BgClassName
{
background-color: #1F096A;
}
</style>
border-color css
<style>
span { border-color: #1F096A; }
span { border-color: rgb(31,9,106); }
td.TdClassName
{
border-color: #1F096A;
}
.TagClassName
{
border-color: #1F096A;
}
</style>