Shades of Midnight Blue #18096D
Tints of Midnight Blue #18096D
RGB
CMYK
RGB Variations
Color information
#18096D (or 0x18096D) is known color: Midnight Blue. HEX triplet: 18, 09 and 6D. RGB value is (24,9,109). Sum of RGB (Red+Green+Blue) = 24+9+109=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #18096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18096D is #E7F692. Grayscale: #181818. Windows color (decimal): -15201939 or 7145752. OLE color: 7145752.
HSL color Cylindrical-coordinate representation of color #18096D: hue angle of 249º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18096D is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 9 | 109 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.57 |
| HSL | 249º | 0.85% | 0.23% | - |
| HSV(B) | 249º | 0.92% | 0.43% | - |
| XYZ | 3.23 | 1.49 | 14.59 | - |
| YUV | 24.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 109 | 0.78 | 0.92 | 0 | 0.57 | 249 | 0.85 | 0.23 |
| Hex | 18 | 9 | 6D | 4E | 5C | 0 | 39 | F9 | 55 | 17 |
| Octal | 30 | 11 | 155 | 116 | 134 | 0 | 71 | 371 | 125 | 27 |
| Binary | 11000 | 1001 | 1101101 | 1001110 | 1011100 | 0 | 111001 | 11111001 | 1010101 | 10111 |
Color Harmonies of #18096D
Complementary color
Monochromatic Colors of #18096D
Black with #18096D
Text Example
Text Example
White with #18096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18096D; }
p { color: rgb(24,9,109); }
H1.HeaderClassName
{
color: #18096D;
}
.AnyTagClassName
{
color: #18096D;
}
</style>
background-color css
<style>
a { background-color: #18096D; }
a { background-color: rgb(24,9,109); }
div.DivClassName
{
background-color: #18096D;
}
.BgClassName
{
background-color: #18096D;
}
</style>
border-color css
<style>
span { border-color: #18096D; }
span { border-color: rgb(24,9,109); }
td.TdClassName
{
border-color: #18096D;
}
.TagClassName
{
border-color: #18096D;
}
</style>