Shades of Midnight Blue #15076B
Tints of Midnight Blue #15076B
RGB
CMYK
RGB Variations
Color information
#15076B (or 0x15076B) is known color: Midnight Blue. HEX triplet: 15, 07 and 6B. RGB value is (21,7,107). Sum of RGB (Red+Green+Blue) = 21+7+107=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #15076B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15076B is #EAF894. Grayscale: #161616. Windows color (decimal): -15399061 or 7014165. OLE color: 7014165.
HSL color Cylindrical-coordinate representation of color #15076B: hue angle of 248.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15076B is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 7 | 107 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.58 |
| HSL | 248.4º | 0.88% | 0.22% | - |
| HSV(B) | 248.4º | 0.93% | 0.42% | - |
| XYZ | 3.04 | 1.37 | 14.01 | - |
| YUV | 22.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 107 | 0.80 | 0.93 | 0 | 0.58 | 248.4 | 0.88 | 0.22 |
| Hex | 15 | 7 | 6B | 50 | 5D | 0 | 3A | F8 | 58 | 16 |
| Octal | 25 | 7 | 153 | 120 | 135 | 0 | 72 | 370 | 130 | 26 |
| Binary | 10101 | 111 | 1101011 | 1010000 | 1011101 | 0 | 111010 | 11111000 | 1011000 | 10110 |
Color Harmonies of #15076B
Complementary color
Monochromatic Colors of #15076B
Black with #15076B
Text Example
Text Example
White with #15076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15076B; }
p { color: rgb(21,7,107); }
H1.HeaderClassName
{
color: #15076B;
}
.AnyTagClassName
{
color: #15076B;
}
</style>
background-color css
<style>
a { background-color: #15076B; }
a { background-color: rgb(21,7,107); }
div.DivClassName
{
background-color: #15076B;
}
.BgClassName
{
background-color: #15076B;
}
</style>
border-color css
<style>
span { border-color: #15076B; }
span { border-color: rgb(21,7,107); }
td.TdClassName
{
border-color: #15076B;
}
.TagClassName
{
border-color: #15076B;
}
</style>