Shades of Midnight Blue #1D2370
Tints of Midnight Blue #1D2370
RGB
CMYK
RGB Variations
Color information
#1D2370 (or 0x1D2370) is known color: Midnight Blue. HEX triplet: 1D, 23 and 70. RGB value is (29,35,112). Sum of RGB (Red+Green+Blue) = 29+35+112=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2370 is #E2DC8F. Grayscale: #292929. Windows color (decimal): -14867600 or 7349021. OLE color: 7349021.
HSL color Cylindrical-coordinate representation of color #1D2370: hue angle of 235.66º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D2370 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 35 | 112 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.56 |
| HSL | 235.66º | 0.59% | 0.28% | - |
| HSV(B) | 235.66º | 0.74% | 0.44% | - |
| XYZ | 4.03 | 2.63 | 15.62 | - |
| YUV | 41.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 112 | 0.74 | 0.69 | 0 | 0.56 | 235.66 | 0.59 | 0.28 |
| Hex | 1D | 23 | 70 | 4A | 45 | 0 | 38 | EC | 3B | 1C |
| Octal | 35 | 43 | 160 | 112 | 105 | 0 | 70 | 354 | 73 | 34 |
| Binary | 11101 | 100011 | 1110000 | 1001010 | 1000101 | 0 | 111000 | 11101100 | 111011 | 11100 |
Color Harmonies of #1D2370
Complementary color
Monochromatic Colors of #1D2370
Black with #1D2370
Text Example
Text Example
White with #1D2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2370; }
p { color: rgb(29,35,112); }
H1.HeaderClassName
{
color: #1D2370;
}
.AnyTagClassName
{
color: #1D2370;
}
</style>
background-color css
<style>
a { background-color: #1D2370; }
a { background-color: rgb(29,35,112); }
div.DivClassName
{
background-color: #1D2370;
}
.BgClassName
{
background-color: #1D2370;
}
</style>
border-color css
<style>
span { border-color: #1D2370; }
span { border-color: rgb(29,35,112); }
td.TdClassName
{
border-color: #1D2370;
}
.TagClassName
{
border-color: #1D2370;
}
</style>