Shades of Midnight Blue #181D5E
Tints of Midnight Blue #181D5E
RGB
CMYK
RGB Variations
Color information
#181D5E (or 0x181D5E) is known color: Midnight Blue. HEX triplet: 18, 1D and 5E. RGB value is (24,29,94). Sum of RGB (Red+Green+Blue) = 24+29+94=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #181D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D5E is #E7E2A1. Grayscale: #222222. Windows color (decimal): -15196834 or 6167832. OLE color: 6167832.
HSL color Cylindrical-coordinate representation of color #181D5E: hue angle of 235.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181D5E is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 29 | 94 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.63 |
| HSL | 235.71º | 0.59% | 0.23% | - |
| HSV(B) | 235.71º | 0.74% | 0.37% | - |
| XYZ | 2.84 | 1.88 | 10.8 | - |
| YUV | 34.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 94 | 0.74 | 0.69 | 0 | 0.63 | 235.71 | 0.59 | 0.23 |
| Hex | 18 | 1D | 5E | 4A | 45 | 0 | 3F | EC | 3B | 17 |
| Octal | 30 | 35 | 136 | 112 | 105 | 0 | 77 | 354 | 73 | 27 |
| Binary | 11000 | 11101 | 1011110 | 1001010 | 1000101 | 0 | 111111 | 11101100 | 111011 | 10111 |
Color Harmonies of #181D5E
Complementary color
Monochromatic Colors of #181D5E
Black with #181D5E
Text Example
Text Example
White with #181D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D5E; }
p { color: rgb(24,29,94); }
H1.HeaderClassName
{
color: #181D5E;
}
.AnyTagClassName
{
color: #181D5E;
}
</style>
background-color css
<style>
a { background-color: #181D5E; }
a { background-color: rgb(24,29,94); }
div.DivClassName
{
background-color: #181D5E;
}
.BgClassName
{
background-color: #181D5E;
}
</style>
border-color css
<style>
span { border-color: #181D5E; }
span { border-color: rgb(24,29,94); }
td.TdClassName
{
border-color: #181D5E;
}
.TagClassName
{
border-color: #181D5E;
}
</style>