Shades of Midnight Blue #18117C
Tints of Midnight Blue #18117C
RGB
CMYK
RGB Variations
Color information
#18117C (or 0x18117C) is known color: Midnight Blue. HEX triplet: 18, 11 and 7C. RGB value is (24,17,124). Sum of RGB (Red+Green+Blue) = 24+17+124=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #18117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18117C is #E7EE83. Grayscale: #1E1E1E. Windows color (decimal): -15199876 or 8130840. OLE color: 8130840.
HSL color Cylindrical-coordinate representation of color #18117C: hue angle of 243.93º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18117C is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 17 | 124 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.51 |
| HSL | 243.93º | 0.76% | 0.28% | - |
| HSV(B) | 243.93º | 0.86% | 0.49% | - |
| XYZ | 4.22 | 2.05 | 19.24 | - |
| YUV | 31.29 | 180.32 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 124 | 0.81 | 0.86 | 0 | 0.51 | 243.93 | 0.76 | 0.28 |
| Hex | 18 | 11 | 7C | 51 | 56 | 0 | 33 | F4 | 4C | 1C |
| Octal | 30 | 21 | 174 | 121 | 126 | 0 | 63 | 364 | 114 | 34 |
| Binary | 11000 | 10001 | 1111100 | 1010001 | 1010110 | 0 | 110011 | 11110100 | 1001100 | 11100 |
Color Harmonies of #18117C
Complementary color
Monochromatic Colors of #18117C
Black with #18117C
Text Example
Text Example
White with #18117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18117C; }
p { color: rgb(24,17,124); }
H1.HeaderClassName
{
color: #18117C;
}
.AnyTagClassName
{
color: #18117C;
}
</style>
background-color css
<style>
a { background-color: #18117C; }
a { background-color: rgb(24,17,124); }
div.DivClassName
{
background-color: #18117C;
}
.BgClassName
{
background-color: #18117C;
}
</style>
border-color css
<style>
span { border-color: #18117C; }
span { border-color: rgb(24,17,124); }
td.TdClassName
{
border-color: #18117C;
}
.TagClassName
{
border-color: #18117C;
}
</style>