Shades of Midnight Blue #150F5D
Tints of Midnight Blue #150F5D
RGB
CMYK
RGB Variations
Color information
#150F5D (or 0x150F5D) is known color: Midnight Blue. HEX triplet: 15, 0F and 5D. RGB value is (21,15,93). Sum of RGB (Red+Green+Blue) = 21+15+93=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #150F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F5D is #EAF0A2. Grayscale: #191919. Windows color (decimal): -15397027 or 6098709. OLE color: 6098709.
HSL color Cylindrical-coordinate representation of color #150F5D: hue angle of 244.62º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150F5D is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 15 | 93 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.64 |
| HSL | 244.62º | 0.72% | 0.21% | - |
| HSV(B) | 244.62º | 0.84% | 0.36% | - |
| XYZ | 2.46 | 1.29 | 10.48 | - |
| YUV | 25.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 93 | 0.77 | 0.84 | 0 | 0.64 | 244.62 | 0.72 | 0.21 |
| Hex | 15 | F | 5D | 4D | 54 | 0 | 40 | F5 | 48 | 15 |
| Octal | 25 | 17 | 135 | 115 | 124 | 0 | 100 | 365 | 110 | 25 |
| Binary | 10101 | 1111 | 1011101 | 1001101 | 1010100 | 0 | 1000000 | 11110101 | 1001000 | 10101 |
Color Harmonies of #150F5D
Complementary color
Monochromatic Colors of #150F5D
Black with #150F5D
Text Example
Text Example
White with #150F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F5D; }
p { color: rgb(21,15,93); }
H1.HeaderClassName
{
color: #150F5D;
}
.AnyTagClassName
{
color: #150F5D;
}
</style>
background-color css
<style>
a { background-color: #150F5D; }
a { background-color: rgb(21,15,93); }
div.DivClassName
{
background-color: #150F5D;
}
.BgClassName
{
background-color: #150F5D;
}
</style>
border-color css
<style>
span { border-color: #150F5D; }
span { border-color: rgb(21,15,93); }
td.TdClassName
{
border-color: #150F5D;
}
.TagClassName
{
border-color: #150F5D;
}
</style>