Shades of Midnight Blue #150C69
Tints of Midnight Blue #150C69
RGB
CMYK
RGB Variations
Color information
#150C69 (or 0x150C69) is known color: Midnight Blue. HEX triplet: 15, 0C and 69. RGB value is (21,12,105). Sum of RGB (Red+Green+Blue) = 21+12+105=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #150C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C69 is #EAF396. Grayscale: #181818. Windows color (decimal): -15397783 or 6884373. OLE color: 6884373.
HSL color Cylindrical-coordinate representation of color #150C69: hue angle of 245.81º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150C69 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 12 | 105 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.59 |
| HSL | 245.81º | 0.79% | 0.23% | - |
| HSV(B) | 245.81º | 0.89% | 0.41% | - |
| XYZ | 2.99 | 1.44 | 13.49 | - |
| YUV | 25.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 105 | 0.80 | 0.89 | 0 | 0.59 | 245.81 | 0.79 | 0.23 |
| Hex | 15 | C | 69 | 50 | 59 | 0 | 3B | F6 | 4F | 17 |
| Octal | 25 | 14 | 151 | 120 | 131 | 0 | 73 | 366 | 117 | 27 |
| Binary | 10101 | 1100 | 1101001 | 1010000 | 1011001 | 0 | 111011 | 11110110 | 1001111 | 10111 |
Color Harmonies of #150C69
Complementary color
Monochromatic Colors of #150C69
Black with #150C69
Text Example
Text Example
White with #150C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C69; }
p { color: rgb(21,12,105); }
H1.HeaderClassName
{
color: #150C69;
}
.AnyTagClassName
{
color: #150C69;
}
</style>
background-color css
<style>
a { background-color: #150C69; }
a { background-color: rgb(21,12,105); }
div.DivClassName
{
background-color: #150C69;
}
.BgClassName
{
background-color: #150C69;
}
</style>
border-color css
<style>
span { border-color: #150C69; }
span { border-color: rgb(21,12,105); }
td.TdClassName
{
border-color: #150C69;
}
.TagClassName
{
border-color: #150C69;
}
</style>