Shades of Midnight Blue #150879
Tints of Midnight Blue #150879
RGB
CMYK
RGB Variations
Color information
#150879 (or 0x150879) is known color: Midnight Blue. HEX triplet: 15, 08 and 79. RGB value is (21,8,121). Sum of RGB (Red+Green+Blue) = 21+8+121=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 121 (47.66% from 255 or 80.67% from 150); Max value from RGB is 121 - color contains mainly: blue. Hex color #150879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150879 is #EAF786. Grayscale: #181818. Windows color (decimal): -15398791 or 7931925. OLE color: 7931925.
HSL color Cylindrical-coordinate representation of color #150879: hue angle of 246.9º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150879 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 8 | 121 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.53 |
| HSL | 246.9º | 0.88% | 0.25% | - |
| HSV(B) | 246.9º | 0.93% | 0.47% | - |
| XYZ | 3.85 | 1.71 | 18.22 | - |
| YUV | 24.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 121 | 0.83 | 0.93 | 0 | 0.53 | 246.9 | 0.88 | 0.25 |
| Hex | 15 | 8 | 79 | 53 | 5D | 0 | 35 | F7 | 58 | 19 |
| Octal | 25 | 10 | 171 | 123 | 135 | 0 | 65 | 367 | 130 | 31 |
| Binary | 10101 | 1000 | 1111001 | 1010011 | 1011101 | 0 | 110101 | 11110111 | 1011000 | 11001 |
Color Harmonies of #150879
Complementary color
Monochromatic Colors of #150879
Black with #150879
Text Example
Text Example
White with #150879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150879; }
p { color: rgb(21,8,121); }
H1.HeaderClassName
{
color: #150879;
}
.AnyTagClassName
{
color: #150879;
}
</style>
background-color css
<style>
a { background-color: #150879; }
a { background-color: rgb(21,8,121); }
div.DivClassName
{
background-color: #150879;
}
.BgClassName
{
background-color: #150879;
}
</style>
border-color css
<style>
span { border-color: #150879; }
span { border-color: rgb(21,8,121); }
td.TdClassName
{
border-color: #150879;
}
.TagClassName
{
border-color: #150879;
}
</style>