Shades of Midnight Blue #150A5A
Tints of Midnight Blue #150A5A
RGB
CMYK
RGB Variations
Color information
#150A5A (or 0x150A5A) is known color: Midnight Blue. HEX triplet: 15, 0A and 5A. RGB value is (21,10,90). Sum of RGB (Red+Green+Blue) = 21+10+90=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #150A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A5A is #EAF5A5. Grayscale: #161616. Windows color (decimal): -15398310 or 5900821. OLE color: 5900821.
HSL color Cylindrical-coordinate representation of color #150A5A: hue angle of 248.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150A5A is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 10 | 90 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.65 |
| HSL | 248.25º | 0.8% | 0.2% | - |
| HSV(B) | 248.25º | 0.89% | 0.35% | - |
| XYZ | 2.26 | 1.11 | 9.77 | - |
| YUV | 22.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 90 | 0.77 | 0.89 | 0 | 0.65 | 248.25 | 0.8 | 0.2 |
| Hex | 15 | A | 5A | 4D | 59 | 0 | 41 | F8 | 50 | 14 |
| Octal | 25 | 12 | 132 | 115 | 131 | 0 | 101 | 370 | 120 | 24 |
| Binary | 10101 | 1010 | 1011010 | 1001101 | 1011001 | 0 | 1000001 | 11111000 | 1010000 | 10100 |
Color Harmonies of #150A5A
Complementary color
Monochromatic Colors of #150A5A
Black with #150A5A
Text Example
Text Example
White with #150A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A5A; }
p { color: rgb(21,10,90); }
H1.HeaderClassName
{
color: #150A5A;
}
.AnyTagClassName
{
color: #150A5A;
}
</style>
background-color css
<style>
a { background-color: #150A5A; }
a { background-color: rgb(21,10,90); }
div.DivClassName
{
background-color: #150A5A;
}
.BgClassName
{
background-color: #150A5A;
}
</style>
border-color css
<style>
span { border-color: #150A5A; }
span { border-color: rgb(21,10,90); }
td.TdClassName
{
border-color: #150A5A;
}
.TagClassName
{
border-color: #150A5A;
}
</style>