Shades of Midnight Blue #15015D
Tints of Midnight Blue #15015D
RGB
CMYK
RGB Variations
Color information
#15015D (or 0x15015D) is known color: Midnight Blue. HEX triplet: 15, 01 and 5D. RGB value is (21,1,93). Sum of RGB (Red+Green+Blue) = 21+1+93=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #15015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15015D is #EAFEA2. Grayscale: #111111. Windows color (decimal): -15400611 or 6095125. OLE color: 6095125.
HSL color Cylindrical-coordinate representation of color #15015D: hue angle of 253.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15015D is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 1 | 93 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.64 |
| HSL | 253.04º | 0.98% | 0.18% | - |
| HSV(B) | 253.04º | 0.99% | 0.36% | - |
| XYZ | 2.3 | 0.97 | 10.42 | - |
| YUV | 17.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 93 | 0.77 | 0.99 | 0 | 0.64 | 253.04 | 0.98 | 0.18 |
| Hex | 15 | 1 | 5D | 4D | 63 | 0 | 40 | FD | 62 | 12 |
| Octal | 25 | 1 | 135 | 115 | 143 | 0 | 100 | 375 | 142 | 22 |
| Binary | 10101 | 1 | 1011101 | 1001101 | 1100011 | 0 | 1000000 | 11111101 | 1100010 | 10010 |
Color Harmonies of #15015D
Complementary color
Monochromatic Colors of #15015D
Black with #15015D
Text Example
Text Example
White with #15015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15015D; }
p { color: rgb(21,1,93); }
H1.HeaderClassName
{
color: #15015D;
}
.AnyTagClassName
{
color: #15015D;
}
</style>
background-color css
<style>
a { background-color: #15015D; }
a { background-color: rgb(21,1,93); }
div.DivClassName
{
background-color: #15015D;
}
.BgClassName
{
background-color: #15015D;
}
</style>
border-color css
<style>
span { border-color: #15015D; }
span { border-color: rgb(21,1,93); }
td.TdClassName
{
border-color: #15015D;
}
.TagClassName
{
border-color: #15015D;
}
</style>