Shades of Midnight Blue #181D5D
Tints of Midnight Blue #181D5D
RGB
CMYK
RGB Variations
Color information
#181D5D (or 0x181D5D) is known color: Midnight Blue. HEX triplet: 18, 1D and 5D. RGB value is (24,29,93). Sum of RGB (Red+Green+Blue) = 24+29+93=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #181D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D5D is #E7E2A2. Grayscale: #222222. Windows color (decimal): -15196835 or 6102296. OLE color: 6102296.
HSL color Cylindrical-coordinate representation of color #181D5D: hue angle of 235.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181D5D is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 29 | 93 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.64 |
| HSL | 235.65º | 0.59% | 0.23% | - |
| HSV(B) | 235.65º | 0.74% | 0.36% | - |
| XYZ | 2.79 | 1.86 | 10.57 | - |
| YUV | 34.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 93 | 0.74 | 0.69 | 0 | 0.64 | 235.65 | 0.59 | 0.23 |
| Hex | 18 | 1D | 5D | 4A | 45 | 0 | 40 | EC | 3B | 17 |
| Octal | 30 | 35 | 135 | 112 | 105 | 0 | 100 | 354 | 73 | 27 |
| Binary | 11000 | 11101 | 1011101 | 1001010 | 1000101 | 0 | 1000000 | 11101100 | 111011 | 10111 |
Color Harmonies of #181D5D
Complementary color
Monochromatic Colors of #181D5D
Black with #181D5D
Text Example
Text Example
White with #181D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D5D; }
p { color: rgb(24,29,93); }
H1.HeaderClassName
{
color: #181D5D;
}
.AnyTagClassName
{
color: #181D5D;
}
</style>
background-color css
<style>
a { background-color: #181D5D; }
a { background-color: rgb(24,29,93); }
div.DivClassName
{
background-color: #181D5D;
}
.BgClassName
{
background-color: #181D5D;
}
</style>
border-color css
<style>
span { border-color: #181D5D; }
span { border-color: rgb(24,29,93); }
td.TdClassName
{
border-color: #181D5D;
}
.TagClassName
{
border-color: #181D5D;
}
</style>