Shades of Midnight Blue #150C67
Tints of Midnight Blue #150C67
RGB
CMYK
RGB Variations
Color information
#150C67 (or 0x150C67) is known color: Midnight Blue. HEX triplet: 15, 0C and 67. RGB value is (21,12,103). Sum of RGB (Red+Green+Blue) = 21+12+103=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #150C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C67 is #EAF398. Grayscale: #181818. Windows color (decimal): -15397785 or 6753301. OLE color: 6753301.
HSL color Cylindrical-coordinate representation of color #150C67: hue angle of 245.93º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150C67 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 12 | 103 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.60 |
| HSL | 245.93º | 0.79% | 0.23% | - |
| HSV(B) | 245.93º | 0.88% | 0.4% | - |
| XYZ | 2.89 | 1.4 | 12.95 | - |
| YUV | 25.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 103 | 0.80 | 0.88 | 0 | 0.60 | 245.93 | 0.79 | 0.23 |
| Hex | 15 | C | 67 | 50 | 58 | 0 | 3C | F6 | 4F | 17 |
| Octal | 25 | 14 | 147 | 120 | 130 | 0 | 74 | 366 | 117 | 27 |
| Binary | 10101 | 1100 | 1100111 | 1010000 | 1011000 | 0 | 111100 | 11110110 | 1001111 | 10111 |
Color Harmonies of #150C67
Complementary color
Monochromatic Colors of #150C67
Black with #150C67
Text Example
Text Example
White with #150C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C67; }
p { color: rgb(21,12,103); }
H1.HeaderClassName
{
color: #150C67;
}
.AnyTagClassName
{
color: #150C67;
}
</style>
background-color css
<style>
a { background-color: #150C67; }
a { background-color: rgb(21,12,103); }
div.DivClassName
{
background-color: #150C67;
}
.BgClassName
{
background-color: #150C67;
}
</style>
border-color css
<style>
span { border-color: #150C67; }
span { border-color: rgb(21,12,103); }
td.TdClassName
{
border-color: #150C67;
}
.TagClassName
{
border-color: #150C67;
}
</style>