Shades of New Midnight Blue #150BAC
Tints of New Midnight Blue #150BAC
RGB
CMYK
RGB Variations
Color information
#150BAC (or 0x150BAC) is known color: New Midnight Blue. HEX triplet: 15, 0B and AC. RGB value is (21,11,172). Sum of RGB (Red+Green+Blue) = 21+11+172=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #150BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150BAC is #EAF453. Grayscale: #1F1F1F. Windows color (decimal): -15397972 or 11275029. OLE color: 11275029.
HSL color Cylindrical-coordinate representation of color #150BAC: hue angle of 243.73º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150BAC is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 11 | 172 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.33 |
| HSL | 243.73º | 0.88% | 0.36% | - |
| HSV(B) | 243.73º | 0.94% | 0.67% | - |
| XYZ | 7.88 | 3.38 | 39.27 | - |
| YUV | 32.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 172 | 0.88 | 0.94 | 0 | 0.33 | 243.73 | 0.88 | 0.36 |
| Hex | 15 | B | AC | 58 | 5E | 0 | 21 | F4 | 58 | 24 |
| Octal | 25 | 13 | 254 | 130 | 136 | 0 | 41 | 364 | 130 | 44 |
| Binary | 10101 | 1011 | 10101100 | 1011000 | 1011110 | 0 | 100001 | 11110100 | 1011000 | 100100 |
Color Harmonies of #150BAC
Complementary color
Monochromatic Colors of #150BAC
Black with #150BAC
Text Example
Text Example
White with #150BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BAC; }
p { color: rgb(21,11,172); }
H1.HeaderClassName
{
color: #150BAC;
}
.AnyTagClassName
{
color: #150BAC;
}
</style>
background-color css
<style>
a { background-color: #150BAC; }
a { background-color: rgb(21,11,172); }
div.DivClassName
{
background-color: #150BAC;
}
.BgClassName
{
background-color: #150BAC;
}
</style>
border-color css
<style>
span { border-color: #150BAC; }
span { border-color: rgb(21,11,172); }
td.TdClassName
{
border-color: #150BAC;
}
.TagClassName
{
border-color: #150BAC;
}
</style>