Shades of Midnight Blue #1D2A73
Tints of Midnight Blue #1D2A73
RGB
CMYK
RGB Variations
Color information
#1D2A73 (or 0x1D2A73) is known color: Midnight Blue. HEX triplet: 1D, 2A and 73. RGB value is (29,42,115). Sum of RGB (Red+Green+Blue) = 29+42+115=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D2A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2A73 is #E2D58C. Grayscale: #2E2E2E. Windows color (decimal): -14865805 or 7547421. OLE color: 7547421.
HSL color Cylindrical-coordinate representation of color #1D2A73: hue angle of 230.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2A73 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 42 | 115 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.55 |
| HSL | 230.93º | 0.6% | 0.28% | - |
| HSV(B) | 230.93º | 0.75% | 0.45% | - |
| XYZ | 4.43 | 3.15 | 16.6 | - |
| YUV | 46.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 115 | 0.75 | 0.63 | 0 | 0.55 | 230.93 | 0.6 | 0.28 |
| Hex | 1D | 2A | 73 | 4B | 3F | 0 | 37 | E7 | 3C | 1C |
| Octal | 35 | 52 | 163 | 113 | 77 | 0 | 67 | 347 | 74 | 34 |
| Binary | 11101 | 101010 | 1110011 | 1001011 | 111111 | 0 | 110111 | 11100111 | 111100 | 11100 |
Color Harmonies of #1D2A73
Complementary color
Monochromatic Colors of #1D2A73
Black with #1D2A73
Text Example
Text Example
White with #1D2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2A73; }
p { color: rgb(29,42,115); }
H1.HeaderClassName
{
color: #1D2A73;
}
.AnyTagClassName
{
color: #1D2A73;
}
</style>
background-color css
<style>
a { background-color: #1D2A73; }
a { background-color: rgb(29,42,115); }
div.DivClassName
{
background-color: #1D2A73;
}
.BgClassName
{
background-color: #1D2A73;
}
</style>
border-color css
<style>
span { border-color: #1D2A73; }
span { border-color: rgb(29,42,115); }
td.TdClassName
{
border-color: #1D2A73;
}
.TagClassName
{
border-color: #1D2A73;
}
</style>