Shades of Midnight Blue #15117C
Tints of Midnight Blue #15117C
RGB
CMYK
RGB Variations
Color information
#15117C (or 0x15117C) is known color: Midnight Blue. HEX triplet: 15, 11 and 7C. RGB value is (21,17,124). Sum of RGB (Red+Green+Blue) = 21+17+124=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #15117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15117C is #EAEE83. Grayscale: #1D1D1D. Windows color (decimal): -15396484 or 8130837. OLE color: 8130837.
HSL color Cylindrical-coordinate representation of color #15117C: hue angle of 242.24º 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 #15117C is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 17 | 124 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.51 |
| HSL | 242.24º | 0.76% | 0.28% | - |
| HSV(B) | 242.24º | 0.86% | 0.49% | - |
| XYZ | 4.15 | 2.02 | 19.24 | - |
| YUV | 30.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 124 | 0.83 | 0.86 | 0 | 0.51 | 242.24 | 0.76 | 0.28 |
| Hex | 15 | 11 | 7C | 53 | 56 | 0 | 33 | F2 | 4C | 1C |
| Octal | 25 | 21 | 174 | 123 | 126 | 0 | 63 | 362 | 114 | 34 |
| Binary | 10101 | 10001 | 1111100 | 1010011 | 1010110 | 0 | 110011 | 11110010 | 1001100 | 11100 |
Color Harmonies of #15117C
Complementary color
Monochromatic Colors of #15117C
Black with #15117C
Text Example
Text Example
White with #15117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15117C; }
p { color: rgb(21,17,124); }
H1.HeaderClassName
{
color: #15117C;
}
.AnyTagClassName
{
color: #15117C;
}
</style>
background-color css
<style>
a { background-color: #15117C; }
a { background-color: rgb(21,17,124); }
div.DivClassName
{
background-color: #15117C;
}
.BgClassName
{
background-color: #15117C;
}
</style>
border-color css
<style>
span { border-color: #15117C; }
span { border-color: rgb(21,17,124); }
td.TdClassName
{
border-color: #15117C;
}
.TagClassName
{
border-color: #15117C;
}
</style>