Shades of Midnight Blue #1D0671
Tints of Midnight Blue #1D0671
RGB
CMYK
RGB Variations
Color information
#1D0671 (or 0x1D0671) is known color: Midnight Blue. HEX triplet: 1D, 06 and 71. RGB value is (29,6,113). Sum of RGB (Red+Green+Blue) = 29+6+113=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D0671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0671 is #E2F98E. Grayscale: #181818. Windows color (decimal): -14875023 or 7407133. OLE color: 7407133.
HSL color Cylindrical-coordinate representation of color #1D0671: hue angle of 252.9º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0671 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 6 | 113 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.56 |
| HSL | 252.9º | 0.9% | 0.23% | - |
| HSV(B) | 252.9º | 0.95% | 0.44% | - |
| XYZ | 3.55 | 1.58 | 15.74 | - |
| YUV | 25.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 113 | 0.74 | 0.95 | 0 | 0.56 | 252.9 | 0.9 | 0.23 |
| Hex | 1D | 6 | 71 | 4A | 5F | 0 | 38 | FD | 5A | 17 |
| Octal | 35 | 6 | 161 | 112 | 137 | 0 | 70 | 375 | 132 | 27 |
| Binary | 11101 | 110 | 1110001 | 1001010 | 1011111 | 0 | 111000 | 11111101 | 1011010 | 10111 |
Color Harmonies of #1D0671
Complementary color
Monochromatic Colors of #1D0671
Black with #1D0671
Text Example
Text Example
White with #1D0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0671; }
p { color: rgb(29,6,113); }
H1.HeaderClassName
{
color: #1D0671;
}
.AnyTagClassName
{
color: #1D0671;
}
</style>
background-color css
<style>
a { background-color: #1D0671; }
a { background-color: rgb(29,6,113); }
div.DivClassName
{
background-color: #1D0671;
}
.BgClassName
{
background-color: #1D0671;
}
</style>
border-color css
<style>
span { border-color: #1D0671; }
span { border-color: rgb(29,6,113); }
td.TdClassName
{
border-color: #1D0671;
}
.TagClassName
{
border-color: #1D0671;
}
</style>