Shades of Midnight Blue #1D206A
Tints of Midnight Blue #1D206A
RGB
CMYK
RGB Variations
Color information
#1D206A (or 0x1D206A) is known color: Midnight Blue. HEX triplet: 1D, 20 and 6A. RGB value is (29,32,106). Sum of RGB (Red+Green+Blue) = 29+32+106=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D206A is #E2DF95. Grayscale: #272727. Windows color (decimal): -14868374 or 6955037. OLE color: 6955037.
HSL color Cylindrical-coordinate representation of color #1D206A: hue angle of 237.66º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D206A is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 32 | 106 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.58 |
| HSL | 237.66º | 0.57% | 0.26% | - |
| HSV(B) | 237.66º | 0.73% | 0.42% | - |
| XYZ | 3.62 | 2.33 | 13.9 | - |
| YUV | 39.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 106 | 0.73 | 0.70 | 0 | 0.58 | 237.66 | 0.57 | 0.26 |
| Hex | 1D | 20 | 6A | 49 | 46 | 0 | 3A | EE | 39 | 1A |
| Octal | 35 | 40 | 152 | 111 | 106 | 0 | 72 | 356 | 71 | 32 |
| Binary | 11101 | 100000 | 1101010 | 1001001 | 1000110 | 0 | 111010 | 11101110 | 111001 | 11010 |
Color Harmonies of #1D206A
Complementary color
Monochromatic Colors of #1D206A
Black with #1D206A
Text Example
Text Example
White with #1D206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D206A; }
p { color: rgb(29,32,106); }
H1.HeaderClassName
{
color: #1D206A;
}
.AnyTagClassName
{
color: #1D206A;
}
</style>
background-color css
<style>
a { background-color: #1D206A; }
a { background-color: rgb(29,32,106); }
div.DivClassName
{
background-color: #1D206A;
}
.BgClassName
{
background-color: #1D206A;
}
</style>
border-color css
<style>
span { border-color: #1D206A; }
span { border-color: rgb(29,32,106); }
td.TdClassName
{
border-color: #1D206A;
}
.TagClassName
{
border-color: #1D206A;
}
</style>