Shades of New Midnight Blue #1500AD
Tints of New Midnight Blue #1500AD
RGB
CMYK
RGB Variations
Color information
#1500AD (or 0x1500AD) is known color: New Midnight Blue. HEX triplet: 15, 00 and AD. RGB value is (21,0,173). Sum of RGB (Red+Green+Blue) = 21+0+173=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 173 (67.97% from 255 or 89.18% from 194); Max value from RGB is 173 - color contains mainly: blue. Hex color #1500AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1500AD is #EAFF52. Grayscale: #191919. Windows color (decimal): -15400787 or 11337749. OLE color: 11337749.
HSL color Cylindrical-coordinate representation of color #1500AD: hue angle of 247.28º 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 #1500AD is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 0 | 173 | - |
| CMYK | 0.88 | 1 | 0 | 0.32 |
| HSL | 247.28º | 1% | 0.34% | - |
| HSV(B) | 247.28º | 1% | 0.68% | - |
| XYZ | 7.85 | 3.18 | 39.73 | - |
| YUV | 26 | 210.96 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 173 | 0.88 | 1 | 0 | 0.32 | 247.28 | 1 | 0.34 |
| Hex | 15 | 0 | AD | 58 | 64 | 0 | 20 | F7 | 64 | 22 |
| Octal | 25 | 0 | 255 | 130 | 144 | 0 | 40 | 367 | 144 | 42 |
| Binary | 10101 | 0 | 10101101 | 1011000 | 1100100 | 0 | 100000 | 11110111 | 1100100 | 100010 |
Color Harmonies of #1500AD
Complementary color
Monochromatic Colors of #1500AD
Black with #1500AD
Text Example
Text Example
White with #1500AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500AD; }
p { color: rgb(21,0,173); }
H1.HeaderClassName
{
color: #1500AD;
}
.AnyTagClassName
{
color: #1500AD;
}
</style>
background-color css
<style>
a { background-color: #1500AD; }
a { background-color: rgb(21,0,173); }
div.DivClassName
{
background-color: #1500AD;
}
.BgClassName
{
background-color: #1500AD;
}
</style>
border-color css
<style>
span { border-color: #1500AD; }
span { border-color: rgb(21,0,173); }
td.TdClassName
{
border-color: #1500AD;
}
.TagClassName
{
border-color: #1500AD;
}
</style>