Shades of Midnight Blue #1D0B70
Tints of Midnight Blue #1D0B70
RGB
CMYK
RGB Variations
Color information
#1D0B70 (or 0x1D0B70) is known color: Midnight Blue. HEX triplet: 1D, 0B and 70. RGB value is (29,11,112). Sum of RGB (Red+Green+Blue) = 29+11+112=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B70 is #E2F48F. Grayscale: #1B1B1B. Windows color (decimal): -14873744 or 7342877. OLE color: 7342877.
HSL color Cylindrical-coordinate representation of color #1D0B70: hue angle of 250.69º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0B70 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 11 | 112 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.56 |
| HSL | 250.69º | 0.82% | 0.24% | - |
| HSV(B) | 250.69º | 0.9% | 0.44% | - |
| XYZ | 3.55 | 1.67 | 15.46 | - |
| YUV | 27.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 112 | 0.74 | 0.90 | 0 | 0.56 | 250.69 | 0.82 | 0.24 |
| Hex | 1D | B | 70 | 4A | 5A | 0 | 38 | FB | 52 | 18 |
| Octal | 35 | 13 | 160 | 112 | 132 | 0 | 70 | 373 | 122 | 30 |
| Binary | 11101 | 1011 | 1110000 | 1001010 | 1011010 | 0 | 111000 | 11111011 | 1010010 | 11000 |
Color Harmonies of #1D0B70
Complementary color
Monochromatic Colors of #1D0B70
Black with #1D0B70
Text Example
Text Example
White with #1D0B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B70; }
p { color: rgb(29,11,112); }
H1.HeaderClassName
{
color: #1D0B70;
}
.AnyTagClassName
{
color: #1D0B70;
}
</style>
background-color css
<style>
a { background-color: #1D0B70; }
a { background-color: rgb(29,11,112); }
div.DivClassName
{
background-color: #1D0B70;
}
.BgClassName
{
background-color: #1D0B70;
}
</style>
border-color css
<style>
span { border-color: #1D0B70; }
span { border-color: rgb(29,11,112); }
td.TdClassName
{
border-color: #1D0B70;
}
.TagClassName
{
border-color: #1D0B70;
}
</style>