Shades of New Midnight Blue #150DAE
Tints of New Midnight Blue #150DAE
RGB
CMYK
RGB Variations
Color information
#150DAE (or 0x150DAE) is known color: New Midnight Blue. HEX triplet: 15, 0D and AE. RGB value is (21,13,174). Sum of RGB (Red+Green+Blue) = 21+13+174=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #150DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150DAE is #EAF251. Grayscale: #212121. Windows color (decimal): -15397458 or 11406613. OLE color: 11406613.
HSL color Cylindrical-coordinate representation of color #150DAE: hue angle of 242.98º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150DAE is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 13 | 174 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.32 |
| HSL | 242.98º | 0.86% | 0.37% | - |
| HSV(B) | 242.98º | 0.93% | 0.68% | - |
| XYZ | 8.09 | 3.5 | 40.29 | - |
| YUV | 33.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 174 | 0.88 | 0.93 | 0 | 0.32 | 242.98 | 0.86 | 0.37 |
| Hex | 15 | D | AE | 58 | 5D | 0 | 20 | F3 | 56 | 25 |
| Octal | 25 | 15 | 256 | 130 | 135 | 0 | 40 | 363 | 126 | 45 |
| Binary | 10101 | 1101 | 10101110 | 1011000 | 1011101 | 0 | 100000 | 11110011 | 1010110 | 100101 |
Color Harmonies of #150DAE
Complementary color
Monochromatic Colors of #150DAE
Black with #150DAE
Text Example
Text Example
White with #150DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DAE; }
p { color: rgb(21,13,174); }
H1.HeaderClassName
{
color: #150DAE;
}
.AnyTagClassName
{
color: #150DAE;
}
</style>
background-color css
<style>
a { background-color: #150DAE; }
a { background-color: rgb(21,13,174); }
div.DivClassName
{
background-color: #150DAE;
}
.BgClassName
{
background-color: #150DAE;
}
</style>
border-color css
<style>
span { border-color: #150DAE; }
span { border-color: rgb(21,13,174); }
td.TdClassName
{
border-color: #150DAE;
}
.TagClassName
{
border-color: #150DAE;
}
</style>