Shades of New Midnight Blue #150AAE
Tints of New Midnight Blue #150AAE
RGB
CMYK
RGB Variations
Color information
#150AAE (or 0x150AAE) is known color: New Midnight Blue. HEX triplet: 15, 0A and AE. RGB value is (21,10,174). Sum of RGB (Red+Green+Blue) = 21+10+174=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #150AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AAE is #EAF551. Grayscale: #1F1F1F. Windows color (decimal): -15398226 or 11405845. OLE color: 11405845.
HSL color Cylindrical-coordinate representation of color #150AAE: hue angle of 244.02º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150AAE is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 10 | 174 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.32 |
| HSL | 244.02º | 0.89% | 0.36% | - |
| HSV(B) | 244.02º | 0.94% | 0.68% | - |
| XYZ | 8.06 | 3.43 | 40.28 | - |
| YUV | 31.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 174 | 0.88 | 0.94 | 0 | 0.32 | 244.02 | 0.89 | 0.36 |
| Hex | 15 | A | AE | 58 | 5E | 0 | 20 | F4 | 59 | 24 |
| Octal | 25 | 12 | 256 | 130 | 136 | 0 | 40 | 364 | 131 | 44 |
| Binary | 10101 | 1010 | 10101110 | 1011000 | 1011110 | 0 | 100000 | 11110100 | 1011001 | 100100 |
Color Harmonies of #150AAE
Complementary color
Monochromatic Colors of #150AAE
Black with #150AAE
Text Example
Text Example
White with #150AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AAE; }
p { color: rgb(21,10,174); }
H1.HeaderClassName
{
color: #150AAE;
}
.AnyTagClassName
{
color: #150AAE;
}
</style>
background-color css
<style>
a { background-color: #150AAE; }
a { background-color: rgb(21,10,174); }
div.DivClassName
{
background-color: #150AAE;
}
.BgClassName
{
background-color: #150AAE;
}
</style>
border-color css
<style>
span { border-color: #150AAE; }
span { border-color: rgb(21,10,174); }
td.TdClassName
{
border-color: #150AAE;
}
.TagClassName
{
border-color: #150AAE;
}
</style>