Shades of Midnight Blue #150064
Tints of Midnight Blue #150064
RGB
CMYK
RGB Variations
Color information
#150064 (or 0x150064) is known color: Midnight Blue. HEX triplet: 15, 00 and 64. RGB value is (21,0,100). Sum of RGB (Red+Green+Blue) = 21+0+100=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 100 (39.45% from 255 or 82.64% from 121); Max value from RGB is 100 - color contains mainly: blue. Hex color #150064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150064 is #EAFF9B. Grayscale: #111111. Windows color (decimal): -15400860 or 6553621. OLE color: 6553621.
HSL color Cylindrical-coordinate representation of color #150064: hue angle of 252.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150064 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 0 | 100 | - |
| CMYK | 0.79 | 1 | 0 | 0.61 |
| HSL | 252.6º | 1% | 0.2% | - |
| HSV(B) | 252.6º | 1% | 0.39% | - |
| XYZ | 2.61 | 1.08 | 12.13 | - |
| YUV | 17.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 100 | 0.79 | 1 | 0 | 0.61 | 252.6 | 1 | 0.2 |
| Hex | 15 | 0 | 64 | 4F | 64 | 0 | 3D | FD | 64 | 14 |
| Octal | 25 | 0 | 144 | 117 | 144 | 0 | 75 | 375 | 144 | 24 |
| Binary | 10101 | 0 | 1100100 | 1001111 | 1100100 | 0 | 111101 | 11111101 | 1100100 | 10100 |
Color Harmonies of #150064
Complementary color
Monochromatic Colors of #150064
Black with #150064
Text Example
Text Example
White with #150064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150064; }
p { color: rgb(21,0,100); }
H1.HeaderClassName
{
color: #150064;
}
.AnyTagClassName
{
color: #150064;
}
</style>
background-color css
<style>
a { background-color: #150064; }
a { background-color: rgb(21,0,100); }
div.DivClassName
{
background-color: #150064;
}
.BgClassName
{
background-color: #150064;
}
</style>
border-color css
<style>
span { border-color: #150064; }
span { border-color: rgb(21,0,100); }
td.TdClassName
{
border-color: #150064;
}
.TagClassName
{
border-color: #150064;
}
</style>