Shades of Midnight Blue #1D165C
Tints of Midnight Blue #1D165C
RGB
CMYK
RGB Variations
Color information
#1D165C (or 0x1D165C) is known color: Midnight Blue. HEX triplet: 1D, 16 and 5C. RGB value is (29,22,92). Sum of RGB (Red+Green+Blue) = 29+22+92=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D165C is #E2E9A3. Grayscale: #1F1F1F. Windows color (decimal): -14870948 or 6034973. OLE color: 6034973.
HSL color Cylindrical-coordinate representation of color #1D165C: hue angle of 246º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D165C is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 22 | 92 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.64 |
| HSL | 246º | 0.61% | 0.22% | - |
| HSV(B) | 246º | 0.76% | 0.36% | - |
| XYZ | 2.73 | 1.61 | 10.29 | - |
| YUV | 32.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 92 | 0.68 | 0.76 | 0 | 0.64 | 246 | 0.61 | 0.22 |
| Hex | 1D | 16 | 5C | 44 | 4C | 0 | 40 | F6 | 3D | 16 |
| Octal | 35 | 26 | 134 | 104 | 114 | 0 | 100 | 366 | 75 | 26 |
| Binary | 11101 | 10110 | 1011100 | 1000100 | 1001100 | 0 | 1000000 | 11110110 | 111101 | 10110 |
Color Harmonies of #1D165C
Complementary color
Monochromatic Colors of #1D165C
Black with #1D165C
Text Example
Text Example
White with #1D165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D165C; }
p { color: rgb(29,22,92); }
H1.HeaderClassName
{
color: #1D165C;
}
.AnyTagClassName
{
color: #1D165C;
}
</style>
background-color css
<style>
a { background-color: #1D165C; }
a { background-color: rgb(29,22,92); }
div.DivClassName
{
background-color: #1D165C;
}
.BgClassName
{
background-color: #1D165C;
}
</style>
border-color css
<style>
span { border-color: #1D165C; }
span { border-color: rgb(29,22,92); }
td.TdClassName
{
border-color: #1D165C;
}
.TagClassName
{
border-color: #1D165C;
}
</style>