Shades of Midnight Blue #1D165E
Tints of Midnight Blue #1D165E
RGB
CMYK
RGB Variations
Color information
#1D165E (or 0x1D165E) is known color: Midnight Blue. HEX triplet: 1D, 16 and 5E. RGB value is (29,22,94). Sum of RGB (Red+Green+Blue) = 29+22+94=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D165E is #E2E9A1. Grayscale: #202020. Windows color (decimal): -14870946 or 6166045. OLE color: 6166045.
HSL color Cylindrical-coordinate representation of color #1D165E: hue angle of 245.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D165E is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 22 | 94 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.63 |
| HSL | 245.83º | 0.62% | 0.23% | - |
| HSV(B) | 245.83º | 0.77% | 0.37% | - |
| XYZ | 2.81 | 1.64 | 10.76 | - |
| YUV | 32.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 94 | 0.69 | 0.77 | 0 | 0.63 | 245.83 | 0.62 | 0.23 |
| Hex | 1D | 16 | 5E | 45 | 4D | 0 | 3F | F6 | 3E | 17 |
| Octal | 35 | 26 | 136 | 105 | 115 | 0 | 77 | 366 | 76 | 27 |
| Binary | 11101 | 10110 | 1011110 | 1000101 | 1001101 | 0 | 111111 | 11110110 | 111110 | 10111 |
Color Harmonies of #1D165E
Complementary color
Monochromatic Colors of #1D165E
Black with #1D165E
Text Example
Text Example
White with #1D165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D165E; }
p { color: rgb(29,22,94); }
H1.HeaderClassName
{
color: #1D165E;
}
.AnyTagClassName
{
color: #1D165E;
}
</style>
background-color css
<style>
a { background-color: #1D165E; }
a { background-color: rgb(29,22,94); }
div.DivClassName
{
background-color: #1D165E;
}
.BgClassName
{
background-color: #1D165E;
}
</style>
border-color css
<style>
span { border-color: #1D165E; }
span { border-color: rgb(29,22,94); }
td.TdClassName
{
border-color: #1D165E;
}
.TagClassName
{
border-color: #1D165E;
}
</style>