Shades of Midnight Blue #150C6C
Tints of Midnight Blue #150C6C
RGB
CMYK
RGB Variations
Color information
#150C6C (or 0x150C6C) is known color: Midnight Blue. HEX triplet: 15, 0C and 6C. RGB value is (21,12,108). Sum of RGB (Red+Green+Blue) = 21+12+108=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #150C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C6C is #EAF393. Grayscale: #191919. Windows color (decimal): -15397780 or 7080981. OLE color: 7080981.
HSL color Cylindrical-coordinate representation of color #150C6C: hue angle of 245.62º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150C6C is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 12 | 108 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.58 |
| HSL | 245.63º | 0.8% | 0.24% | - |
| HSV(B) | 245.63º | 0.89% | 0.42% | - |
| XYZ | 3.15 | 1.51 | 14.31 | - |
| YUV | 25.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 108 | 0.81 | 0.89 | 0 | 0.58 | 245.63 | 0.8 | 0.24 |
| Hex | 15 | C | 6C | 51 | 59 | 0 | 3A | F6 | 50 | 18 |
| Octal | 25 | 14 | 154 | 121 | 131 | 0 | 72 | 366 | 120 | 30 |
| Binary | 10101 | 1100 | 1101100 | 1010001 | 1011001 | 0 | 111010 | 11110110 | 1010000 | 11000 |
Color Harmonies of #150C6C
Complementary color
Monochromatic Colors of #150C6C
Black with #150C6C
Text Example
Text Example
White with #150C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C6C; }
p { color: rgb(21,12,108); }
H1.HeaderClassName
{
color: #150C6C;
}
.AnyTagClassName
{
color: #150C6C;
}
</style>
background-color css
<style>
a { background-color: #150C6C; }
a { background-color: rgb(21,12,108); }
div.DivClassName
{
background-color: #150C6C;
}
.BgClassName
{
background-color: #150C6C;
}
</style>
border-color css
<style>
span { border-color: #150C6C; }
span { border-color: rgb(21,12,108); }
td.TdClassName
{
border-color: #150C6C;
}
.TagClassName
{
border-color: #150C6C;
}
</style>