Shades of New Midnight Blue #1500AA
Tints of New Midnight Blue #1500AA
RGB
CMYK
RGB Variations
Color information
#1500AA (or 0x1500AA) is known color: New Midnight Blue. HEX triplet: 15, 00 and AA. RGB value is (21,0,170). Sum of RGB (Red+Green+Blue) = 21+0+170=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 170 (66.80% from 255 or 89.01% from 191); Max value from RGB is 170 - color contains mainly: blue. Hex color #1500AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1500AA is #EAFF55. Grayscale: #191919. Windows color (decimal): -15400790 or 11141141. OLE color: 11141141.
HSL color Cylindrical-coordinate representation of color #1500AA: hue angle of 247.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500AA is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 0 | 170 | - |
| CMYK | 0.88 | 1 | 0 | 0.33 |
| HSL | 247.41º | 1% | 0.33% | - |
| HSV(B) | 247.41º | 1% | 0.67% | - |
| XYZ | 7.56 | 3.06 | 38.22 | - |
| YUV | 25.66 | 209.46 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 170 | 0.88 | 1 | 0 | 0.33 | 247.41 | 1 | 0.33 |
| Hex | 15 | 0 | AA | 58 | 64 | 0 | 21 | F7 | 64 | 21 |
| Octal | 25 | 0 | 252 | 130 | 144 | 0 | 41 | 367 | 144 | 41 |
| Binary | 10101 | 0 | 10101010 | 1011000 | 1100100 | 0 | 100001 | 11110111 | 1100100 | 100001 |
Color Harmonies of #1500AA
Complementary color
Monochromatic Colors of #1500AA
Black with #1500AA
Text Example
Text Example
White with #1500AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500AA; }
p { color: rgb(21,0,170); }
H1.HeaderClassName
{
color: #1500AA;
}
.AnyTagClassName
{
color: #1500AA;
}
</style>
background-color css
<style>
a { background-color: #1500AA; }
a { background-color: rgb(21,0,170); }
div.DivClassName
{
background-color: #1500AA;
}
.BgClassName
{
background-color: #1500AA;
}
</style>
border-color css
<style>
span { border-color: #1500AA; }
span { border-color: rgb(21,0,170); }
td.TdClassName
{
border-color: #1500AA;
}
.TagClassName
{
border-color: #1500AA;
}
</style>