Shades of Midnight Blue #15015F
Tints of Midnight Blue #15015F
RGB
CMYK
RGB Variations
Color information
#15015F (or 0x15015F) is known color: Midnight Blue. HEX triplet: 15, 01 and 5F. RGB value is (21,1,95). Sum of RGB (Red+Green+Blue) = 21+1+95=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 95 (37.5% from 255 or 81.20% from 117); Max value from RGB is 95 - color contains mainly: blue. Hex color #15015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15015F is #EAFEA0. Grayscale: #111111. Windows color (decimal): -15400609 or 6226197. OLE color: 6226197.
HSL color Cylindrical-coordinate representation of color #15015F: hue angle of 252.77º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15015F is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 1 | 95 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.63 |
| HSL | 252.77º | 0.98% | 0.19% | - |
| HSV(B) | 252.77º | 0.99% | 0.37% | - |
| XYZ | 2.39 | 1.01 | 10.9 | - |
| YUV | 17.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 95 | 0.78 | 0.99 | 0 | 0.63 | 252.77 | 0.98 | 0.19 |
| Hex | 15 | 1 | 5F | 4E | 63 | 0 | 3F | FD | 62 | 13 |
| Octal | 25 | 1 | 137 | 116 | 143 | 0 | 77 | 375 | 142 | 23 |
| Binary | 10101 | 1 | 1011111 | 1001110 | 1100011 | 0 | 111111 | 11111101 | 1100010 | 10011 |
Color Harmonies of #15015F
Complementary color
Monochromatic Colors of #15015F
Black with #15015F
Text Example
Text Example
White with #15015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15015F; }
p { color: rgb(21,1,95); }
H1.HeaderClassName
{
color: #15015F;
}
.AnyTagClassName
{
color: #15015F;
}
</style>
background-color css
<style>
a { background-color: #15015F; }
a { background-color: rgb(21,1,95); }
div.DivClassName
{
background-color: #15015F;
}
.BgClassName
{
background-color: #15015F;
}
</style>
border-color css
<style>
span { border-color: #15015F; }
span { border-color: rgb(21,1,95); }
td.TdClassName
{
border-color: #15015F;
}
.TagClassName
{
border-color: #15015F;
}
</style>