Shades of Midnight Blue #150A58
Tints of Midnight Blue #150A58
RGB
CMYK
RGB Variations
Color information
#150A58 (or 0x150A58) is known color: Midnight Blue. HEX triplet: 15, 0A and 58. RGB value is (21,10,88). Sum of RGB (Red+Green+Blue) = 21+10+88=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #150A58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A58 is #EAF5A7. Grayscale: #151515. Windows color (decimal): -15398312 or 5769749. OLE color: 5769749.
HSL color Cylindrical-coordinate representation of color #150A58: hue angle of 248.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150A58 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 10 | 88 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.65 |
| HSL | 248.46º | 0.8% | 0.19% | - |
| HSV(B) | 248.46º | 0.89% | 0.35% | - |
| XYZ | 2.18 | 1.08 | 9.33 | - |
| YUV | 22.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 88 | 0.76 | 0.89 | 0 | 0.65 | 248.46 | 0.8 | 0.19 |
| Hex | 15 | A | 58 | 4C | 59 | 0 | 41 | F8 | 50 | 13 |
| Octal | 25 | 12 | 130 | 114 | 131 | 0 | 101 | 370 | 120 | 23 |
| Binary | 10101 | 1010 | 1011000 | 1001100 | 1011001 | 0 | 1000001 | 11111000 | 1010000 | 10011 |
Color Harmonies of #150A58
Complementary color
Monochromatic Colors of #150A58
Black with #150A58
Text Example
Text Example
White with #150A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A58; }
p { color: rgb(21,10,88); }
H1.HeaderClassName
{
color: #150A58;
}
.AnyTagClassName
{
color: #150A58;
}
</style>
background-color css
<style>
a { background-color: #150A58; }
a { background-color: rgb(21,10,88); }
div.DivClassName
{
background-color: #150A58;
}
.BgClassName
{
background-color: #150A58;
}
</style>
border-color css
<style>
span { border-color: #150A58; }
span { border-color: rgb(21,10,88); }
td.TdClassName
{
border-color: #150A58;
}
.TagClassName
{
border-color: #150A58;
}
</style>