Shades of Midnight Blue #150B5D
Tints of Midnight Blue #150B5D
RGB
CMYK
RGB Variations
Color information
#150B5D (or 0x150B5D) is known color: Midnight Blue. HEX triplet: 15, 0B and 5D. RGB value is (21,11,93). Sum of RGB (Red+Green+Blue) = 21+11+93=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #150B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B5D is #EAF4A2. Grayscale: #171717. Windows color (decimal): -15398051 or 6097685. OLE color: 6097685.
HSL color Cylindrical-coordinate representation of color #150B5D: hue angle of 247.32º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150B5D is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 11 | 93 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.64 |
| HSL | 247.32º | 0.79% | 0.2% | - |
| HSV(B) | 247.32º | 0.88% | 0.36% | - |
| XYZ | 2.4 | 1.19 | 10.46 | - |
| YUV | 23.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 93 | 0.77 | 0.88 | 0 | 0.64 | 247.32 | 0.79 | 0.2 |
| Hex | 15 | B | 5D | 4D | 58 | 0 | 40 | F7 | 4F | 14 |
| Octal | 25 | 13 | 135 | 115 | 130 | 0 | 100 | 367 | 117 | 24 |
| Binary | 10101 | 1011 | 1011101 | 1001101 | 1011000 | 0 | 1000000 | 11110111 | 1001111 | 10100 |
Color Harmonies of #150B5D
Complementary color
Monochromatic Colors of #150B5D
Black with #150B5D
Text Example
Text Example
White with #150B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B5D; }
p { color: rgb(21,11,93); }
H1.HeaderClassName
{
color: #150B5D;
}
.AnyTagClassName
{
color: #150B5D;
}
</style>
background-color css
<style>
a { background-color: #150B5D; }
a { background-color: rgb(21,11,93); }
div.DivClassName
{
background-color: #150B5D;
}
.BgClassName
{
background-color: #150B5D;
}
</style>
border-color css
<style>
span { border-color: #150B5D; }
span { border-color: rgb(21,11,93); }
td.TdClassName
{
border-color: #150B5D;
}
.TagClassName
{
border-color: #150B5D;
}
</style>