Shades of Midnight Blue #150C63
Tints of Midnight Blue #150C63
RGB
CMYK
RGB Variations
Color information
#150C63 (or 0x150C63) is known color: Midnight Blue. HEX triplet: 15, 0C and 63. RGB value is (21,12,99). Sum of RGB (Red+Green+Blue) = 21+12+99=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #150C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C63 is #EAF39C. Grayscale: #181818. Windows color (decimal): -15397789 or 6491157. OLE color: 6491157.
HSL color Cylindrical-coordinate representation of color #150C63: hue angle of 246.21º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150C63 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 12 | 99 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.61 |
| HSL | 246.21º | 0.78% | 0.22% | - |
| HSV(B) | 246.21º | 0.88% | 0.39% | - |
| XYZ | 2.69 | 1.32 | 11.92 | - |
| YUV | 24.61 | 169.98 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 99 | 0.79 | 0.88 | 0 | 0.61 | 246.21 | 0.78 | 0.22 |
| Hex | 15 | C | 63 | 4F | 58 | 0 | 3D | F6 | 4E | 16 |
| Octal | 25 | 14 | 143 | 117 | 130 | 0 | 75 | 366 | 116 | 26 |
| Binary | 10101 | 1100 | 1100011 | 1001111 | 1011000 | 0 | 111101 | 11110110 | 1001110 | 10110 |
Color Harmonies of #150C63
Complementary color
Monochromatic Colors of #150C63
Black with #150C63
Text Example
Text Example
White with #150C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C63; }
p { color: rgb(21,12,99); }
H1.HeaderClassName
{
color: #150C63;
}
.AnyTagClassName
{
color: #150C63;
}
</style>
background-color css
<style>
a { background-color: #150C63; }
a { background-color: rgb(21,12,99); }
div.DivClassName
{
background-color: #150C63;
}
.BgClassName
{
background-color: #150C63;
}
</style>
border-color css
<style>
span { border-color: #150C63; }
span { border-color: rgb(21,12,99); }
td.TdClassName
{
border-color: #150C63;
}
.TagClassName
{
border-color: #150C63;
}
</style>