Shades of New Midnight Blue #1501AC
Tints of New Midnight Blue #1501AC
RGB
CMYK
RGB Variations
Color information
#1501AC (or 0x1501AC) is known color: New Midnight Blue. HEX triplet: 15, 01 and AC. RGB value is (21,1,172). Sum of RGB (Red+Green+Blue) = 21+1+172=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #1501AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1501AC is #EAFE53. Grayscale: #191919. Windows color (decimal): -15400532 or 11272469. OLE color: 11272469.
HSL color Cylindrical-coordinate representation of color #1501AC: hue angle of 247.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1501AC is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 1 | 172 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.33 |
| HSL | 247.02º | 0.99% | 0.34% | - |
| HSV(B) | 247.02º | 0.99% | 0.67% | - |
| XYZ | 7.77 | 3.16 | 39.23 | - |
| YUV | 26.47 | 210.13 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 172 | 0.88 | 0.99 | 0 | 0.33 | 247.02 | 0.99 | 0.34 |
| Hex | 15 | 1 | AC | 58 | 63 | 0 | 21 | F7 | 63 | 22 |
| Octal | 25 | 1 | 254 | 130 | 143 | 0 | 41 | 367 | 143 | 42 |
| Binary | 10101 | 1 | 10101100 | 1011000 | 1100011 | 0 | 100001 | 11110111 | 1100011 | 100010 |
Color Harmonies of #1501AC
Complementary color
Monochromatic Colors of #1501AC
Black with #1501AC
Text Example
Text Example
White with #1501AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1501AC; }
p { color: rgb(21,1,172); }
H1.HeaderClassName
{
color: #1501AC;
}
.AnyTagClassName
{
color: #1501AC;
}
</style>
background-color css
<style>
a { background-color: #1501AC; }
a { background-color: rgb(21,1,172); }
div.DivClassName
{
background-color: #1501AC;
}
.BgClassName
{
background-color: #1501AC;
}
</style>
border-color css
<style>
span { border-color: #1501AC; }
span { border-color: rgb(21,1,172); }
td.TdClassName
{
border-color: #1501AC;
}
.TagClassName
{
border-color: #1501AC;
}
</style>