Shades of Midnight Blue #1D167C
Tints of Midnight Blue #1D167C
RGB
CMYK
RGB Variations
Color information
#1D167C (or 0x1D167C) is known color: Midnight Blue. HEX triplet: 1D, 16 and 7C. RGB value is (29,22,124). Sum of RGB (Red+Green+Blue) = 29+22+124=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D167C is #E2E983. Grayscale: #232323. Windows color (decimal): -14870916 or 8132125. OLE color: 8132125.
HSL color Cylindrical-coordinate representation of color #1D167C: hue angle of 244.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D167C is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 22 | 124 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.51 |
| HSL | 244.12º | 0.7% | 0.29% | - |
| HSV(B) | 244.12º | 0.82% | 0.49% | - |
| XYZ | 4.43 | 2.29 | 19.28 | - |
| YUV | 35.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 124 | 0.77 | 0.82 | 0 | 0.51 | 244.12 | 0.7 | 0.29 |
| Hex | 1D | 16 | 7C | 4D | 52 | 0 | 33 | F4 | 46 | 1D |
| Octal | 35 | 26 | 174 | 115 | 122 | 0 | 63 | 364 | 106 | 35 |
| Binary | 11101 | 10110 | 1111100 | 1001101 | 1010010 | 0 | 110011 | 11110100 | 1000110 | 11101 |
Color Harmonies of #1D167C
Complementary color
Monochromatic Colors of #1D167C
Black with #1D167C
Text Example
Text Example
White with #1D167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D167C; }
p { color: rgb(29,22,124); }
H1.HeaderClassName
{
color: #1D167C;
}
.AnyTagClassName
{
color: #1D167C;
}
</style>
background-color css
<style>
a { background-color: #1D167C; }
a { background-color: rgb(29,22,124); }
div.DivClassName
{
background-color: #1D167C;
}
.BgClassName
{
background-color: #1D167C;
}
</style>
border-color css
<style>
span { border-color: #1D167C; }
span { border-color: rgb(29,22,124); }
td.TdClassName
{
border-color: #1D167C;
}
.TagClassName
{
border-color: #1D167C;
}
</style>