Shades of Midnight Blue #15045D
Tints of Midnight Blue #15045D
RGB
CMYK
RGB Variations
Color information
#15045D (or 0x15045D) is known color: Midnight Blue. HEX triplet: 15, 04 and 5D. RGB value is (21,4,93). Sum of RGB (Red+Green+Blue) = 21+4+93=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #15045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15045D is #EAFBA2. Grayscale: #121212. Windows color (decimal): -15399843 or 6095893. OLE color: 6095893.
HSL color Cylindrical-coordinate representation of color #15045D: hue angle of 251.46º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15045D is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 4 | 93 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.64 |
| HSL | 251.46º | 0.92% | 0.19% | - |
| HSV(B) | 251.46º | 0.96% | 0.36% | - |
| XYZ | 2.33 | 1.04 | 10.43 | - |
| YUV | 19.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 93 | 0.77 | 0.96 | 0 | 0.64 | 251.46 | 0.92 | 0.19 |
| Hex | 15 | 4 | 5D | 4D | 60 | 0 | 40 | FB | 5C | 13 |
| Octal | 25 | 4 | 135 | 115 | 140 | 0 | 100 | 373 | 134 | 23 |
| Binary | 10101 | 100 | 1011101 | 1001101 | 1100000 | 0 | 1000000 | 11111011 | 1011100 | 10011 |
Color Harmonies of #15045D
Complementary color
Monochromatic Colors of #15045D
Black with #15045D
Text Example
Text Example
White with #15045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15045D; }
p { color: rgb(21,4,93); }
H1.HeaderClassName
{
color: #15045D;
}
.AnyTagClassName
{
color: #15045D;
}
</style>
background-color css
<style>
a { background-color: #15045D; }
a { background-color: rgb(21,4,93); }
div.DivClassName
{
background-color: #15045D;
}
.BgClassName
{
background-color: #15045D;
}
</style>
border-color css
<style>
span { border-color: #15045D; }
span { border-color: rgb(21,4,93); }
td.TdClassName
{
border-color: #15045D;
}
.TagClassName
{
border-color: #15045D;
}
</style>