Shades of Midnight Blue #181D5A
Tints of Midnight Blue #181D5A
RGB
CMYK
RGB Variations
Color information
#181D5A (or 0x181D5A) is known color: Midnight Blue. HEX triplet: 18, 1D and 5A. RGB value is (24,29,90). Sum of RGB (Red+Green+Blue) = 24+29+90=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #181D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D5A is #E7E2A5. Grayscale: #222222. Windows color (decimal): -15196838 or 5905688. OLE color: 5905688.
HSL color Cylindrical-coordinate representation of color #181D5A: hue angle of 235.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #181D5A is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 29 | 90 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.65 |
| HSL | 235.45º | 0.58% | 0.22% | - |
| HSV(B) | 235.45º | 0.73% | 0.35% | - |
| XYZ | 2.66 | 1.81 | 9.88 | - |
| YUV | 34.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 90 | 0.73 | 0.68 | 0 | 0.65 | 235.45 | 0.58 | 0.22 |
| Hex | 18 | 1D | 5A | 49 | 44 | 0 | 41 | EB | 3A | 16 |
| Octal | 30 | 35 | 132 | 111 | 104 | 0 | 101 | 353 | 72 | 26 |
| Binary | 11000 | 11101 | 1011010 | 1001001 | 1000100 | 0 | 1000001 | 11101011 | 111010 | 10110 |
Color Harmonies of #181D5A
Complementary color
Monochromatic Colors of #181D5A
Black with #181D5A
Text Example
Text Example
White with #181D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D5A; }
p { color: rgb(24,29,90); }
H1.HeaderClassName
{
color: #181D5A;
}
.AnyTagClassName
{
color: #181D5A;
}
</style>
background-color css
<style>
a { background-color: #181D5A; }
a { background-color: rgb(24,29,90); }
div.DivClassName
{
background-color: #181D5A;
}
.BgClassName
{
background-color: #181D5A;
}
</style>
border-color css
<style>
span { border-color: #181D5A; }
span { border-color: rgb(24,29,90); }
td.TdClassName
{
border-color: #181D5A;
}
.TagClassName
{
border-color: #181D5A;
}
</style>