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