Shades of New Midnight Blue #150BAE
Tints of New Midnight Blue #150BAE
RGB
CMYK
RGB Variations
Color information
#150BAE (or 0x150BAE) is known color: New Midnight Blue. HEX triplet: 15, 0B and AE. RGB value is (21,11,174). Sum of RGB (Red+Green+Blue) = 21+11+174=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #150BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150BAE is #EAF451. Grayscale: #1F1F1F. Windows color (decimal): -15397970 or 11406101. OLE color: 11406101.
HSL color Cylindrical-coordinate representation of color #150BAE: hue angle of 243.68º degrees, saturation: 0.88, 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 #150BAE is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 11 | 174 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.32 |
| HSL | 243.68º | 0.88% | 0.36% | - |
| HSV(B) | 243.68º | 0.94% | 0.68% | - |
| XYZ | 8.07 | 3.45 | 40.29 | - |
| YUV | 32.57 | 207.81 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 174 | 0.88 | 0.94 | 0 | 0.32 | 243.68 | 0.88 | 0.36 |
| Hex | 15 | B | AE | 58 | 5E | 0 | 20 | F4 | 58 | 24 |
| Octal | 25 | 13 | 256 | 130 | 136 | 0 | 40 | 364 | 130 | 44 |
| Binary | 10101 | 1011 | 10101110 | 1011000 | 1011110 | 0 | 100000 | 11110100 | 1011000 | 100100 |
Color Harmonies of #150BAE
Complementary color
Monochromatic Colors of #150BAE
Black with #150BAE
Text Example
Text Example
White with #150BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BAE; }
p { color: rgb(21,11,174); }
H1.HeaderClassName
{
color: #150BAE;
}
.AnyTagClassName
{
color: #150BAE;
}
</style>
background-color css
<style>
a { background-color: #150BAE; }
a { background-color: rgb(21,11,174); }
div.DivClassName
{
background-color: #150BAE;
}
.BgClassName
{
background-color: #150BAE;
}
</style>
border-color css
<style>
span { border-color: #150BAE; }
span { border-color: rgb(21,11,174); }
td.TdClassName
{
border-color: #150BAE;
}
.TagClassName
{
border-color: #150BAE;
}
</style>