Shades of Midnight Blue #15006B
Tints of Midnight Blue #15006B
RGB
CMYK
RGB Variations
Color information
#15006B (or 0x15006B) is known color: Midnight Blue. HEX triplet: 15, 00 and 6B. RGB value is (21,0,107). Sum of RGB (Red+Green+Blue) = 21+0+107=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 107 (42.19% from 255 or 83.59% from 128); Max value from RGB is 107 - color contains mainly: blue. Hex color #15006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15006B is #EAFF94. Grayscale: #121212. Windows color (decimal): -15400853 or 7012373. OLE color: 7012373.
HSL color Cylindrical-coordinate representation of color #15006B: hue angle of 251.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15006B is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 0 | 107 | - |
| CMYK | 0.80 | 1 | 0 | 0.58 |
| HSL | 251.78º | 1% | 0.21% | - |
| HSV(B) | 251.78º | 1% | 0.42% | - |
| XYZ | 2.96 | 1.22 | 13.99 | - |
| YUV | 18.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 107 | 0.80 | 1 | 0 | 0.58 | 251.78 | 1 | 0.21 |
| Hex | 15 | 0 | 6B | 50 | 64 | 0 | 3A | FC | 64 | 15 |
| Octal | 25 | 0 | 153 | 120 | 144 | 0 | 72 | 374 | 144 | 25 |
| Binary | 10101 | 0 | 1101011 | 1010000 | 1100100 | 0 | 111010 | 11111100 | 1100100 | 10101 |
Color Harmonies of #15006B
Complementary color
Monochromatic Colors of #15006B
Black with #15006B
Text Example
Text Example
White with #15006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15006B; }
p { color: rgb(21,0,107); }
H1.HeaderClassName
{
color: #15006B;
}
.AnyTagClassName
{
color: #15006B;
}
</style>
background-color css
<style>
a { background-color: #15006B; }
a { background-color: rgb(21,0,107); }
div.DivClassName
{
background-color: #15006B;
}
.BgClassName
{
background-color: #15006B;
}
</style>
border-color css
<style>
span { border-color: #15006B; }
span { border-color: rgb(21,0,107); }
td.TdClassName
{
border-color: #15006B;
}
.TagClassName
{
border-color: #15006B;
}
</style>