Shades of Midnight Blue #18115D
Tints of Midnight Blue #18115D
RGB
CMYK
RGB Variations
Color information
#18115D (or 0x18115D) is known color: Midnight Blue. HEX triplet: 18, 11 and 5D. RGB value is (24,17,93). Sum of RGB (Red+Green+Blue) = 24+17+93=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #18115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18115D is #E7EEA2. Grayscale: #1B1B1B. Windows color (decimal): -15199907 or 6099224. OLE color: 6099224.
HSL color Cylindrical-coordinate representation of color #18115D: hue angle of 245.53º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18115D is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 17 | 93 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.64 |
| HSL | 245.53º | 0.69% | 0.22% | - |
| HSV(B) | 245.53º | 0.82% | 0.36% | - |
| XYZ | 2.55 | 1.39 | 10.49 | - |
| YUV | 27.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 93 | 0.74 | 0.82 | 0 | 0.64 | 245.53 | 0.69 | 0.22 |
| Hex | 18 | 11 | 5D | 4A | 52 | 0 | 40 | F6 | 45 | 16 |
| Octal | 30 | 21 | 135 | 112 | 122 | 0 | 100 | 366 | 105 | 26 |
| Binary | 11000 | 10001 | 1011101 | 1001010 | 1010010 | 0 | 1000000 | 11110110 | 1000101 | 10110 |
Color Harmonies of #18115D
Complementary color
Monochromatic Colors of #18115D
Black with #18115D
Text Example
Text Example
White with #18115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18115D; }
p { color: rgb(24,17,93); }
H1.HeaderClassName
{
color: #18115D;
}
.AnyTagClassName
{
color: #18115D;
}
</style>
background-color css
<style>
a { background-color: #18115D; }
a { background-color: rgb(24,17,93); }
div.DivClassName
{
background-color: #18115D;
}
.BgClassName
{
background-color: #18115D;
}
</style>
border-color css
<style>
span { border-color: #18115D; }
span { border-color: rgb(24,17,93); }
td.TdClassName
{
border-color: #18115D;
}
.TagClassName
{
border-color: #18115D;
}
</style>