Shades of Midnight Blue #181D73
Tints of Midnight Blue #181D73
RGB
CMYK
RGB Variations
Color information
#181D73 (or 0x181D73) is known color: Midnight Blue. HEX triplet: 18, 1D and 73. RGB value is (24,29,115). Sum of RGB (Red+Green+Blue) = 24+29+115=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #181D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D73 is #E7E28C. Grayscale: #242424. Windows color (decimal): -15196813 or 7544088. OLE color: 7544088.
HSL color Cylindrical-coordinate representation of color #181D73: hue angle of 236.7º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181D73 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 29 | 115 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.55 |
| HSL | 236.7º | 0.65% | 0.27% | - |
| HSV(B) | 236.7º | 0.79% | 0.45% | - |
| XYZ | 3.91 | 2.31 | 16.46 | - |
| YUV | 37.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 115 | 0.79 | 0.75 | 0 | 0.55 | 236.7 | 0.65 | 0.27 |
| Hex | 18 | 1D | 73 | 4F | 4B | 0 | 37 | ED | 41 | 1B |
| Octal | 30 | 35 | 163 | 117 | 113 | 0 | 67 | 355 | 101 | 33 |
| Binary | 11000 | 11101 | 1110011 | 1001111 | 1001011 | 0 | 110111 | 11101101 | 1000001 | 11011 |
Color Harmonies of #181D73
Complementary color
Monochromatic Colors of #181D73
Black with #181D73
Text Example
Text Example
White with #181D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D73; }
p { color: rgb(24,29,115); }
H1.HeaderClassName
{
color: #181D73;
}
.AnyTagClassName
{
color: #181D73;
}
</style>
background-color css
<style>
a { background-color: #181D73; }
a { background-color: rgb(24,29,115); }
div.DivClassName
{
background-color: #181D73;
}
.BgClassName
{
background-color: #181D73;
}
</style>
border-color css
<style>
span { border-color: #181D73; }
span { border-color: rgb(24,29,115); }
td.TdClassName
{
border-color: #181D73;
}
.TagClassName
{
border-color: #181D73;
}
</style>