Shades of Midnight Blue #1D206B
Tints of Midnight Blue #1D206B
RGB
CMYK
RGB Variations
Color information
#1D206B (or 0x1D206B) is known color: Midnight Blue. HEX triplet: 1D, 20 and 6B. RGB value is (29,32,107). Sum of RGB (Red+Green+Blue) = 29+32+107=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D206B is #E2DF94. Grayscale: #272727. Windows color (decimal): -14868373 or 7020573. OLE color: 7020573.
HSL color Cylindrical-coordinate representation of color #1D206B: hue angle of 237.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D206B is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 32 | 107 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.58 |
| HSL | 237.69º | 0.57% | 0.27% | - |
| HSV(B) | 237.69º | 0.73% | 0.42% | - |
| XYZ | 3.68 | 2.36 | 14.17 | - |
| YUV | 39.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 107 | 0.73 | 0.70 | 0 | 0.58 | 237.69 | 0.57 | 0.27 |
| Hex | 1D | 20 | 6B | 49 | 46 | 0 | 3A | EE | 39 | 1B |
| Octal | 35 | 40 | 153 | 111 | 106 | 0 | 72 | 356 | 71 | 33 |
| Binary | 11101 | 100000 | 1101011 | 1001001 | 1000110 | 0 | 111010 | 11101110 | 111001 | 11011 |
Color Harmonies of #1D206B
Complementary color
Monochromatic Colors of #1D206B
Black with #1D206B
Text Example
Text Example
White with #1D206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D206B; }
p { color: rgb(29,32,107); }
H1.HeaderClassName
{
color: #1D206B;
}
.AnyTagClassName
{
color: #1D206B;
}
</style>
background-color css
<style>
a { background-color: #1D206B; }
a { background-color: rgb(29,32,107); }
div.DivClassName
{
background-color: #1D206B;
}
.BgClassName
{
background-color: #1D206B;
}
</style>
border-color css
<style>
span { border-color: #1D206B; }
span { border-color: rgb(29,32,107); }
td.TdClassName
{
border-color: #1D206B;
}
.TagClassName
{
border-color: #1D206B;
}
</style>