Shades of Midnight Blue #1D096A
Tints of Midnight Blue #1D096A
RGB
CMYK
RGB Variations
Color information
#1D096A (or 0x1D096A) is known color: Midnight Blue. HEX triplet: 1D, 09 and 6A. RGB value is (29,9,106). Sum of RGB (Red+Green+Blue) = 29+9+106=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D096A is #E2F695. Grayscale: #191919. Windows color (decimal): -14874262 or 6949149. OLE color: 6949149.
HSL color Cylindrical-coordinate representation of color #1D096A: hue angle of 252.37º 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 #1D096A is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 9 | 106 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.58 |
| HSL | 252.37º | 0.84% | 0.23% | - |
| HSV(B) | 252.37º | 0.92% | 0.42% | - |
| XYZ | 3.21 | 1.5 | 13.76 | - |
| YUV | 26.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 106 | 0.73 | 0.92 | 0 | 0.58 | 252.37 | 0.84 | 0.23 |
| Hex | 1D | 9 | 6A | 49 | 5C | 0 | 3A | FC | 54 | 17 |
| Octal | 35 | 11 | 152 | 111 | 134 | 0 | 72 | 374 | 124 | 27 |
| Binary | 11101 | 1001 | 1101010 | 1001001 | 1011100 | 0 | 111010 | 11111100 | 1010100 | 10111 |
Color Harmonies of #1D096A
Complementary color
Monochromatic Colors of #1D096A
Black with #1D096A
Text Example
Text Example
White with #1D096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D096A; }
p { color: rgb(29,9,106); }
H1.HeaderClassName
{
color: #1D096A;
}
.AnyTagClassName
{
color: #1D096A;
}
</style>
background-color css
<style>
a { background-color: #1D096A; }
a { background-color: rgb(29,9,106); }
div.DivClassName
{
background-color: #1D096A;
}
.BgClassName
{
background-color: #1D096A;
}
</style>
border-color css
<style>
span { border-color: #1D096A; }
span { border-color: rgb(29,9,106); }
td.TdClassName
{
border-color: #1D096A;
}
.TagClassName
{
border-color: #1D096A;
}
</style>