Shades of Midnight Blue #15006E
Tints of Midnight Blue #15006E
RGB
CMYK
RGB Variations
Color information
#15006E (or 0x15006E) is known color: Midnight Blue. HEX triplet: 15, 00 and 6E. RGB value is (21,0,110). Sum of RGB (Red+Green+Blue) = 21+0+110=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #15006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15006E is #EAFF91. Grayscale: #121212. Windows color (decimal): -15400850 or 7208981. OLE color: 7208981.
HSL color Cylindrical-coordinate representation of color #15006E: hue angle of 251.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15006E is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 0 | 110 | - |
| CMYK | 0.81 | 1 | 0 | 0.57 |
| HSL | 251.45º | 1% | 0.22% | - |
| HSV(B) | 251.45º | 1% | 0.43% | - |
| XYZ | 3.12 | 1.29 | 14.84 | - |
| YUV | 18.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 110 | 0.81 | 1 | 0 | 0.57 | 251.45 | 1 | 0.22 |
| Hex | 15 | 0 | 6E | 51 | 64 | 0 | 39 | FB | 64 | 16 |
| Octal | 25 | 0 | 156 | 121 | 144 | 0 | 71 | 373 | 144 | 26 |
| Binary | 10101 | 0 | 1101110 | 1010001 | 1100100 | 0 | 111001 | 11111011 | 1100100 | 10110 |
Color Harmonies of #15006E
Complementary color
Monochromatic Colors of #15006E
Black with #15006E
Text Example
Text Example
White with #15006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15006E; }
p { color: rgb(21,0,110); }
H1.HeaderClassName
{
color: #15006E;
}
.AnyTagClassName
{
color: #15006E;
}
</style>
background-color css
<style>
a { background-color: #15006E; }
a { background-color: rgb(21,0,110); }
div.DivClassName
{
background-color: #15006E;
}
.BgClassName
{
background-color: #15006E;
}
</style>
border-color css
<style>
span { border-color: #15006E; }
span { border-color: rgb(21,0,110); }
td.TdClassName
{
border-color: #15006E;
}
.TagClassName
{
border-color: #15006E;
}
</style>