Shades of Midnight Blue #15115C
Tints of Midnight Blue #15115C
RGB
CMYK
RGB Variations
Color information
#15115C (or 0x15115C) is known color: Midnight Blue. HEX triplet: 15, 11 and 5C. RGB value is (21,17,92). Sum of RGB (Red+Green+Blue) = 21+17+92=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #15115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15115C is #EAEEA3. Grayscale: #1A1A1A. Windows color (decimal): -15396516 or 6033685. OLE color: 6033685.
HSL color Cylindrical-coordinate representation of color #15115C: hue angle of 243.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15115C is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 17 | 92 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.64 |
| HSL | 243.2º | 0.69% | 0.21% | - |
| HSV(B) | 243.2º | 0.82% | 0.36% | - |
| XYZ | 2.44 | 1.33 | 10.25 | - |
| YUV | 26.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 92 | 0.77 | 0.82 | 0 | 0.64 | 243.2 | 0.69 | 0.21 |
| Hex | 15 | 11 | 5C | 4D | 52 | 0 | 40 | F3 | 45 | 15 |
| Octal | 25 | 21 | 134 | 115 | 122 | 0 | 100 | 363 | 105 | 25 |
| Binary | 10101 | 10001 | 1011100 | 1001101 | 1010010 | 0 | 1000000 | 11110011 | 1000101 | 10101 |
Color Harmonies of #15115C
Complementary color
Monochromatic Colors of #15115C
Black with #15115C
Text Example
Text Example
White with #15115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15115C; }
p { color: rgb(21,17,92); }
H1.HeaderClassName
{
color: #15115C;
}
.AnyTagClassName
{
color: #15115C;
}
</style>
background-color css
<style>
a { background-color: #15115C; }
a { background-color: rgb(21,17,92); }
div.DivClassName
{
background-color: #15115C;
}
.BgClassName
{
background-color: #15115C;
}
</style>
border-color css
<style>
span { border-color: #15115C; }
span { border-color: rgb(21,17,92); }
td.TdClassName
{
border-color: #15115C;
}
.TagClassName
{
border-color: #15115C;
}
</style>