Shades of New Midnight Blue #1500AE
Tints of New Midnight Blue #1500AE
RGB
CMYK
RGB Variations
Color information
#1500AE (or 0x1500AE) is known color: New Midnight Blue. HEX triplet: 15, 00 and AE. RGB value is (21,0,174). Sum of RGB (Red+Green+Blue) = 21+0+174=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #1500AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1500AE is #EAFF51. Grayscale: #191919. Windows color (decimal): -15400786 or 11403285. OLE color: 11403285.
HSL color Cylindrical-coordinate representation of color #1500AE: hue angle of 247.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500AE is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 0 | 174 | - |
| CMYK | 0.88 | 1 | 0 | 0.32 |
| HSL | 247.24º | 1% | 0.34% | - |
| HSV(B) | 247.24º | 1% | 0.68% | - |
| XYZ | 7.95 | 3.22 | 40.25 | - |
| YUV | 26.12 | 211.46 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 174 | 0.88 | 1 | 0 | 0.32 | 247.24 | 1 | 0.34 |
| Hex | 15 | 0 | AE | 58 | 64 | 0 | 20 | F7 | 64 | 22 |
| Octal | 25 | 0 | 256 | 130 | 144 | 0 | 40 | 367 | 144 | 42 |
| Binary | 10101 | 0 | 10101110 | 1011000 | 1100100 | 0 | 100000 | 11110111 | 1100100 | 100010 |
Color Harmonies of #1500AE
Complementary color
Monochromatic Colors of #1500AE
Black with #1500AE
Text Example
Text Example
White with #1500AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500AE; }
p { color: rgb(21,0,174); }
H1.HeaderClassName
{
color: #1500AE;
}
.AnyTagClassName
{
color: #1500AE;
}
</style>
background-color css
<style>
a { background-color: #1500AE; }
a { background-color: rgb(21,0,174); }
div.DivClassName
{
background-color: #1500AE;
}
.BgClassName
{
background-color: #1500AE;
}
</style>
border-color css
<style>
span { border-color: #1500AE; }
span { border-color: rgb(21,0,174); }
td.TdClassName
{
border-color: #1500AE;
}
.TagClassName
{
border-color: #1500AE;
}
</style>