Shades of Midnight Blue #15046B
Tints of Midnight Blue #15046B
RGB
CMYK
RGB Variations
Color information
#15046B (or 0x15046B) is known color: Midnight Blue. HEX triplet: 15, 04 and 6B. RGB value is (21,4,107). Sum of RGB (Red+Green+Blue) = 21+4+107=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #15046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15046B is #EAFB94. Grayscale: #141414. Windows color (decimal): -15399829 or 7013397. OLE color: 7013397.
HSL color Cylindrical-coordinate representation of color #15046B: hue angle of 249.9º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15046B is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 4 | 107 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.58 |
| HSL | 249.9º | 0.93% | 0.22% | - |
| HSV(B) | 249.9º | 0.96% | 0.42% | - |
| XYZ | 3.01 | 1.31 | 14 | - |
| YUV | 20.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 107 | 0.80 | 0.96 | 0 | 0.58 | 249.9 | 0.93 | 0.22 |
| Hex | 15 | 4 | 6B | 50 | 60 | 0 | 3A | FA | 5D | 16 |
| Octal | 25 | 4 | 153 | 120 | 140 | 0 | 72 | 372 | 135 | 26 |
| Binary | 10101 | 100 | 1101011 | 1010000 | 1100000 | 0 | 111010 | 11111010 | 1011101 | 10110 |
Color Harmonies of #15046B
Complementary color
Monochromatic Colors of #15046B
Black with #15046B
Text Example
Text Example
White with #15046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15046B; }
p { color: rgb(21,4,107); }
H1.HeaderClassName
{
color: #15046B;
}
.AnyTagClassName
{
color: #15046B;
}
</style>
background-color css
<style>
a { background-color: #15046B; }
a { background-color: rgb(21,4,107); }
div.DivClassName
{
background-color: #15046B;
}
.BgClassName
{
background-color: #15046B;
}
</style>
border-color css
<style>
span { border-color: #15046B; }
span { border-color: rgb(21,4,107); }
td.TdClassName
{
border-color: #15046B;
}
.TagClassName
{
border-color: #15046B;
}
</style>