Shades of Midnight Blue #1D096F
Tints of Midnight Blue #1D096F
RGB
CMYK
RGB Variations
Color information
#1D096F (or 0x1D096F) is known color: Midnight Blue. HEX triplet: 1D, 09 and 6F. RGB value is (29,9,111). Sum of RGB (Red+Green+Blue) = 29+9+111=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D096F is #E2F690. Grayscale: #1A1A1A. Windows color (decimal): -14874257 or 7276829. OLE color: 7276829.
HSL color Cylindrical-coordinate representation of color #1D096F: hue angle of 251.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D096F is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 9 | 111 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.56 |
| HSL | 251.76º | 0.85% | 0.24% | - |
| HSV(B) | 251.76º | 0.92% | 0.44% | - |
| XYZ | 3.47 | 1.6 | 15.17 | - |
| YUV | 26.61 | 175.63 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 111 | 0.74 | 0.92 | 0 | 0.56 | 251.76 | 0.85 | 0.24 |
| Hex | 1D | 9 | 6F | 4A | 5C | 0 | 38 | FC | 55 | 18 |
| Octal | 35 | 11 | 157 | 112 | 134 | 0 | 70 | 374 | 125 | 30 |
| Binary | 11101 | 1001 | 1101111 | 1001010 | 1011100 | 0 | 111000 | 11111100 | 1010101 | 11000 |
Color Harmonies of #1D096F
Complementary color
Monochromatic Colors of #1D096F
Black with #1D096F
Text Example
Text Example
White with #1D096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D096F; }
p { color: rgb(29,9,111); }
H1.HeaderClassName
{
color: #1D096F;
}
.AnyTagClassName
{
color: #1D096F;
}
</style>
background-color css
<style>
a { background-color: #1D096F; }
a { background-color: rgb(29,9,111); }
div.DivClassName
{
background-color: #1D096F;
}
.BgClassName
{
background-color: #1D096F;
}
</style>
border-color css
<style>
span { border-color: #1D096F; }
span { border-color: rgb(29,9,111); }
td.TdClassName
{
border-color: #1D096F;
}
.TagClassName
{
border-color: #1D096F;
}
</style>