Shades of Midnight Blue #1F096B
Tints of Midnight Blue #1F096B
RGB
CMYK
RGB Variations
Color information
#1F096B (or 0x1F096B) is known color: Midnight Blue. HEX triplet: 1F, 09 and 6B. RGB value is (31,9,107). Sum of RGB (Red+Green+Blue) = 31+9+107=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F096B is #E0F694. Grayscale: #1A1A1A. Windows color (decimal): -14743189 or 7014687. OLE color: 7014687.
HSL color Cylindrical-coordinate representation of color #1F096B: hue angle of 253.47º 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 #1F096B is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 9 | 107 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.58 |
| HSL | 253.47º | 0.84% | 0.23% | - |
| HSV(B) | 253.47º | 0.92% | 0.42% | - |
| XYZ | 3.32 | 1.55 | 14.03 | - |
| YUV | 26.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 107 | 0.71 | 0.92 | 0 | 0.58 | 253.47 | 0.84 | 0.23 |
| Hex | 1F | 9 | 6B | 47 | 5C | 0 | 3A | FD | 54 | 17 |
| Octal | 37 | 11 | 153 | 107 | 134 | 0 | 72 | 375 | 124 | 27 |
| Binary | 11111 | 1001 | 1101011 | 1000111 | 1011100 | 0 | 111010 | 11111101 | 1010100 | 10111 |
Color Harmonies of #1F096B
Complementary color
Monochromatic Colors of #1F096B
Black with #1F096B
Text Example
Text Example
White with #1F096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F096B; }
p { color: rgb(31,9,107); }
H1.HeaderClassName
{
color: #1F096B;
}
.AnyTagClassName
{
color: #1F096B;
}
</style>
background-color css
<style>
a { background-color: #1F096B; }
a { background-color: rgb(31,9,107); }
div.DivClassName
{
background-color: #1F096B;
}
.BgClassName
{
background-color: #1F096B;
}
</style>
border-color css
<style>
span { border-color: #1F096B; }
span { border-color: rgb(31,9,107); }
td.TdClassName
{
border-color: #1F096B;
}
.TagClassName
{
border-color: #1F096B;
}
</style>