Shades of Midnight Blue #150C60
Tints of Midnight Blue #150C60
RGB
CMYK
RGB Variations
Color information
#150C60 (or 0x150C60) is known color: Midnight Blue. HEX triplet: 15, 0C and 60. RGB value is (21,12,96). Sum of RGB (Red+Green+Blue) = 21+12+96=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #150C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C60 is #EAF39F. Grayscale: #171717. Windows color (decimal): -15397792 or 6294549. OLE color: 6294549.
HSL color Cylindrical-coordinate representation of color #150C60: hue angle of 246.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150C60 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 12 | 96 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.62 |
| HSL | 246.43º | 0.78% | 0.21% | - |
| HSV(B) | 246.43º | 0.88% | 0.38% | - |
| XYZ | 2.55 | 1.27 | 11.18 | - |
| YUV | 24.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 96 | 0.78 | 0.88 | 0 | 0.62 | 246.43 | 0.78 | 0.21 |
| Hex | 15 | C | 60 | 4E | 58 | 0 | 3E | F6 | 4E | 15 |
| Octal | 25 | 14 | 140 | 116 | 130 | 0 | 76 | 366 | 116 | 25 |
| Binary | 10101 | 1100 | 1100000 | 1001110 | 1011000 | 0 | 111110 | 11110110 | 1001110 | 10101 |
Color Harmonies of #150C60
Complementary color
Monochromatic Colors of #150C60
Black with #150C60
Text Example
Text Example
White with #150C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C60; }
p { color: rgb(21,12,96); }
H1.HeaderClassName
{
color: #150C60;
}
.AnyTagClassName
{
color: #150C60;
}
</style>
background-color css
<style>
a { background-color: #150C60; }
a { background-color: rgb(21,12,96); }
div.DivClassName
{
background-color: #150C60;
}
.BgClassName
{
background-color: #150C60;
}
</style>
border-color css
<style>
span { border-color: #150C60; }
span { border-color: rgb(21,12,96); }
td.TdClassName
{
border-color: #150C60;
}
.TagClassName
{
border-color: #150C60;
}
</style>