Shades of Midnight Blue #181158
Tints of Midnight Blue #181158
RGB
CMYK
RGB Variations
Color information
#181158 (or 0x181158) is known color: Midnight Blue. HEX triplet: 18, 11 and 58. RGB value is (24,17,88). Sum of RGB (Red+Green+Blue) = 24+17+88=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #181158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181158 is #E7EEA7. Grayscale: #1A1A1A. Windows color (decimal): -15199912 or 5771544. OLE color: 5771544.
HSL color Cylindrical-coordinate representation of color #181158: hue angle of 245.92º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #181158 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 17 | 88 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.65 |
| HSL | 245.92º | 0.68% | 0.21% | - |
| HSV(B) | 245.92º | 0.81% | 0.35% | - |
| XYZ | 2.34 | 1.3 | 9.36 | - |
| YUV | 27.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 88 | 0.73 | 0.81 | 0 | 0.65 | 245.92 | 0.68 | 0.21 |
| Hex | 18 | 11 | 58 | 49 | 51 | 0 | 41 | F6 | 44 | 15 |
| Octal | 30 | 21 | 130 | 111 | 121 | 0 | 101 | 366 | 104 | 25 |
| Binary | 11000 | 10001 | 1011000 | 1001001 | 1010001 | 0 | 1000001 | 11110110 | 1000100 | 10101 |
Color Harmonies of #181158
Complementary color
Monochromatic Colors of #181158
Black with #181158
Text Example
Text Example
White with #181158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181158; }
p { color: rgb(24,17,88); }
H1.HeaderClassName
{
color: #181158;
}
.AnyTagClassName
{
color: #181158;
}
</style>
background-color css
<style>
a { background-color: #181158; }
a { background-color: rgb(24,17,88); }
div.DivClassName
{
background-color: #181158;
}
.BgClassName
{
background-color: #181158;
}
</style>
border-color css
<style>
span { border-color: #181158; }
span { border-color: rgb(24,17,88); }
td.TdClassName
{
border-color: #181158;
}
.TagClassName
{
border-color: #181158;
}
</style>