Shades of Midnight Blue #150B6B
Tints of Midnight Blue #150B6B
RGB
CMYK
RGB Variations
Color information
#150B6B (or 0x150B6B) is known color: Midnight Blue. HEX triplet: 15, 0B and 6B. RGB value is (21,11,107). Sum of RGB (Red+Green+Blue) = 21+11+107=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #150B6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B6B is #EAF494. Grayscale: #181818. Windows color (decimal): -15398037 or 7015189. OLE color: 7015189.
HSL color Cylindrical-coordinate representation of color #150B6B: hue angle of 246.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150B6B is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 11 | 107 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.58 |
| HSL | 246.25º | 0.81% | 0.23% | - |
| HSV(B) | 246.25º | 0.9% | 0.42% | - |
| XYZ | 3.08 | 1.46 | 14.03 | - |
| YUV | 24.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 107 | 0.80 | 0.90 | 0 | 0.58 | 246.25 | 0.81 | 0.23 |
| Hex | 15 | B | 6B | 50 | 5A | 0 | 3A | F6 | 51 | 17 |
| Octal | 25 | 13 | 153 | 120 | 132 | 0 | 72 | 366 | 121 | 27 |
| Binary | 10101 | 1011 | 1101011 | 1010000 | 1011010 | 0 | 111010 | 11110110 | 1010001 | 10111 |
Color Harmonies of #150B6B
Complementary color
Monochromatic Colors of #150B6B
Black with #150B6B
Text Example
Text Example
White with #150B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B6B; }
p { color: rgb(21,11,107); }
H1.HeaderClassName
{
color: #150B6B;
}
.AnyTagClassName
{
color: #150B6B;
}
</style>
background-color css
<style>
a { background-color: #150B6B; }
a { background-color: rgb(21,11,107); }
div.DivClassName
{
background-color: #150B6B;
}
.BgClassName
{
background-color: #150B6B;
}
</style>
border-color css
<style>
span { border-color: #150B6B; }
span { border-color: rgb(21,11,107); }
td.TdClassName
{
border-color: #150B6B;
}
.TagClassName
{
border-color: #150B6B;
}
</style>