Shades of Midnight Blue #150C68
Tints of Midnight Blue #150C68
RGB
CMYK
RGB Variations
Color information
#150C68 (or 0x150C68) is known color: Midnight Blue. HEX triplet: 15, 0C and 68. RGB value is (21,12,104). Sum of RGB (Red+Green+Blue) = 21+12+104=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #150C68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C68 is #EAF397. Grayscale: #181818. Windows color (decimal): -15397784 or 6818837. OLE color: 6818837.
HSL color Cylindrical-coordinate representation of color #150C68: hue angle of 245.87º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150C68 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 12 | 104 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.59 |
| HSL | 245.87º | 0.79% | 0.23% | - |
| HSV(B) | 245.87º | 0.88% | 0.41% | - |
| XYZ | 2.94 | 1.42 | 13.22 | - |
| YUV | 25.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 104 | 0.80 | 0.88 | 0 | 0.59 | 245.87 | 0.79 | 0.23 |
| Hex | 15 | C | 68 | 50 | 58 | 0 | 3B | F6 | 4F | 17 |
| Octal | 25 | 14 | 150 | 120 | 130 | 0 | 73 | 366 | 117 | 27 |
| Binary | 10101 | 1100 | 1101000 | 1010000 | 1011000 | 0 | 111011 | 11110110 | 1001111 | 10111 |
Color Harmonies of #150C68
Complementary color
Monochromatic Colors of #150C68
Black with #150C68
Text Example
Text Example
White with #150C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C68; }
p { color: rgb(21,12,104); }
H1.HeaderClassName
{
color: #150C68;
}
.AnyTagClassName
{
color: #150C68;
}
</style>
background-color css
<style>
a { background-color: #150C68; }
a { background-color: rgb(21,12,104); }
div.DivClassName
{
background-color: #150C68;
}
.BgClassName
{
background-color: #150C68;
}
</style>
border-color css
<style>
span { border-color: #150C68; }
span { border-color: rgb(21,12,104); }
td.TdClassName
{
border-color: #150C68;
}
.TagClassName
{
border-color: #150C68;
}
</style>