Shades of Midnight Blue #181C5D
Tints of Midnight Blue #181C5D
RGB
CMYK
RGB Variations
Color information
#181C5D (or 0x181C5D) is known color: Midnight Blue. HEX triplet: 18, 1C and 5D. RGB value is (24,28,93). Sum of RGB (Red+Green+Blue) = 24+28+93=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #181C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C5D is #E7E3A2. Grayscale: #212121. Windows color (decimal): -15197091 or 6102040. OLE color: 6102040.
HSL color Cylindrical-coordinate representation of color #181C5D: hue angle of 236.52º 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 #181C5D is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 28 | 93 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.64 |
| HSL | 236.52º | 0.59% | 0.23% | - |
| HSV(B) | 236.52º | 0.74% | 0.36% | - |
| XYZ | 2.77 | 1.82 | 10.56 | - |
| YUV | 34.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 93 | 0.74 | 0.70 | 0 | 0.64 | 236.52 | 0.59 | 0.23 |
| Hex | 18 | 1C | 5D | 4A | 46 | 0 | 40 | ED | 3B | 17 |
| Octal | 30 | 34 | 135 | 112 | 106 | 0 | 100 | 355 | 73 | 27 |
| Binary | 11000 | 11100 | 1011101 | 1001010 | 1000110 | 0 | 1000000 | 11101101 | 111011 | 10111 |
Color Harmonies of #181C5D
Complementary color
Monochromatic Colors of #181C5D
Black with #181C5D
Text Example
Text Example
White with #181C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C5D; }
p { color: rgb(24,28,93); }
H1.HeaderClassName
{
color: #181C5D;
}
.AnyTagClassName
{
color: #181C5D;
}
</style>
background-color css
<style>
a { background-color: #181C5D; }
a { background-color: rgb(24,28,93); }
div.DivClassName
{
background-color: #181C5D;
}
.BgClassName
{
background-color: #181C5D;
}
</style>
border-color css
<style>
span { border-color: #181C5D; }
span { border-color: rgb(24,28,93); }
td.TdClassName
{
border-color: #181C5D;
}
.TagClassName
{
border-color: #181C5D;
}
</style>