Shades of Midnight Blue #1D106B
Tints of Midnight Blue #1D106B
RGB
CMYK
RGB Variations
Color information
#1D106B (or 0x1D106B) is known color: Midnight Blue. HEX triplet: 1D, 10 and 6B. RGB value is (29,16,107). Sum of RGB (Red+Green+Blue) = 29+16+107=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D106B is #E2EF94. Grayscale: #1D1D1D. Windows color (decimal): -14872469 or 7016477. OLE color: 7016477.
HSL color Cylindrical-coordinate representation of color #1D106B: hue angle of 248.57º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D106B is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 16 | 107 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.58 |
| HSL | 248.57º | 0.74% | 0.24% | - |
| HSV(B) | 248.57º | 0.85% | 0.42% | - |
| XYZ | 3.35 | 1.69 | 14.06 | - |
| YUV | 30.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 107 | 0.73 | 0.85 | 0 | 0.58 | 248.57 | 0.74 | 0.24 |
| Hex | 1D | 10 | 6B | 49 | 55 | 0 | 3A | F9 | 4A | 18 |
| Octal | 35 | 20 | 153 | 111 | 125 | 0 | 72 | 371 | 112 | 30 |
| Binary | 11101 | 10000 | 1101011 | 1001001 | 1010101 | 0 | 111010 | 11111001 | 1001010 | 11000 |
Color Harmonies of #1D106B
Complementary color
Monochromatic Colors of #1D106B
Black with #1D106B
Text Example
Text Example
White with #1D106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D106B; }
p { color: rgb(29,16,107); }
H1.HeaderClassName
{
color: #1D106B;
}
.AnyTagClassName
{
color: #1D106B;
}
</style>
background-color css
<style>
a { background-color: #1D106B; }
a { background-color: rgb(29,16,107); }
div.DivClassName
{
background-color: #1D106B;
}
.BgClassName
{
background-color: #1D106B;
}
</style>
border-color css
<style>
span { border-color: #1D106B; }
span { border-color: rgb(29,16,107); }
td.TdClassName
{
border-color: #1D106B;
}
.TagClassName
{
border-color: #1D106B;
}
</style>