Shades of Midnight Blue #150C71
Tints of Midnight Blue #150C71
RGB
CMYK
RGB Variations
Color information
#150C71 (or 0x150C71) is known color: Midnight Blue. HEX triplet: 15, 0C and 71. RGB value is (21,12,113). Sum of RGB (Red+Green+Blue) = 21+12+113=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #150C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C71 is #EAF38E. Grayscale: #191919. Windows color (decimal): -15397775 or 7408661. OLE color: 7408661.
HSL color Cylindrical-coordinate representation of color #150C71: hue angle of 245.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150C71 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 12 | 113 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.56 |
| HSL | 245.35º | 0.81% | 0.25% | - |
| HSV(B) | 245.35º | 0.89% | 0.44% | - |
| XYZ | 3.42 | 1.61 | 15.75 | - |
| YUV | 26.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 113 | 0.81 | 0.89 | 0 | 0.56 | 245.35 | 0.81 | 0.25 |
| Hex | 15 | C | 71 | 51 | 59 | 0 | 38 | F5 | 51 | 19 |
| Octal | 25 | 14 | 161 | 121 | 131 | 0 | 70 | 365 | 121 | 31 |
| Binary | 10101 | 1100 | 1110001 | 1010001 | 1011001 | 0 | 111000 | 11110101 | 1010001 | 11001 |
Color Harmonies of #150C71
Complementary color
Monochromatic Colors of #150C71
Black with #150C71
Text Example
Text Example
White with #150C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C71; }
p { color: rgb(21,12,113); }
H1.HeaderClassName
{
color: #150C71;
}
.AnyTagClassName
{
color: #150C71;
}
</style>
background-color css
<style>
a { background-color: #150C71; }
a { background-color: rgb(21,12,113); }
div.DivClassName
{
background-color: #150C71;
}
.BgClassName
{
background-color: #150C71;
}
</style>
border-color css
<style>
span { border-color: #150C71; }
span { border-color: rgb(21,12,113); }
td.TdClassName
{
border-color: #150C71;
}
.TagClassName
{
border-color: #150C71;
}
</style>