Shades of Midnight Blue #1D167B
Tints of Midnight Blue #1D167B
RGB
CMYK
RGB Variations
Color information
#1D167B (or 0x1D167B) is known color: Midnight Blue. HEX triplet: 1D, 16 and 7B. RGB value is (29,22,123). Sum of RGB (Red+Green+Blue) = 29+22+123=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D167B is #E2E984. Grayscale: #232323. Windows color (decimal): -14870917 or 8066589. OLE color: 8066589.
HSL color Cylindrical-coordinate representation of color #1D167B: hue angle of 244.16º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D167B is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 22 | 123 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.52 |
| HSL | 244.16º | 0.7% | 0.28% | - |
| HSV(B) | 244.16º | 0.82% | 0.48% | - |
| XYZ | 4.37 | 2.27 | 18.95 | - |
| YUV | 35.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 123 | 0.76 | 0.82 | 0 | 0.52 | 244.16 | 0.7 | 0.28 |
| Hex | 1D | 16 | 7B | 4C | 52 | 0 | 34 | F4 | 46 | 1C |
| Octal | 35 | 26 | 173 | 114 | 122 | 0 | 64 | 364 | 106 | 34 |
| Binary | 11101 | 10110 | 1111011 | 1001100 | 1010010 | 0 | 110100 | 11110100 | 1000110 | 11100 |
Color Harmonies of #1D167B
Complementary color
Monochromatic Colors of #1D167B
Black with #1D167B
Text Example
Text Example
White with #1D167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D167B; }
p { color: rgb(29,22,123); }
H1.HeaderClassName
{
color: #1D167B;
}
.AnyTagClassName
{
color: #1D167B;
}
</style>
background-color css
<style>
a { background-color: #1D167B; }
a { background-color: rgb(29,22,123); }
div.DivClassName
{
background-color: #1D167B;
}
.BgClassName
{
background-color: #1D167B;
}
</style>
border-color css
<style>
span { border-color: #1D167B; }
span { border-color: rgb(29,22,123); }
td.TdClassName
{
border-color: #1D167B;
}
.TagClassName
{
border-color: #1D167B;
}
</style>