Shades of New Midnight Blue #1001AC
Tints of New Midnight Blue #1001AC
RGB
CMYK
RGB Variations
Color information
#1001AC (or 0x1001AC) is known color: New Midnight Blue. HEX triplet: 10, 01 and AC. RGB value is (16,1,172). Sum of RGB (Red+Green+Blue) = 16+1+172=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #1001AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1001AC is #EFFE53. Grayscale: #181818. Windows color (decimal): -15728212 or 11272464. OLE color: 11272464.
HSL color Cylindrical-coordinate representation of color #1001AC: hue angle of 245.26º 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 #1001AC is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 1 | 172 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.33 |
| HSL | 245.26º | 0.99% | 0.34% | - |
| HSV(B) | 245.26º | 0.99% | 0.67% | - |
| XYZ | 7.67 | 3.11 | 39.23 | - |
| YUV | 24.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 172 | 0.91 | 0.99 | 0 | 0.33 | 245.26 | 0.99 | 0.34 |
| Hex | 10 | 1 | AC | 5B | 63 | 0 | 21 | F5 | 63 | 22 |
| Octal | 20 | 1 | 254 | 133 | 143 | 0 | 41 | 365 | 143 | 42 |
| Binary | 10000 | 1 | 10101100 | 1011011 | 1100011 | 0 | 100001 | 11110101 | 1100011 | 100010 |
Color Harmonies of #1001AC
Complementary color
Monochromatic Colors of #1001AC
Black with #1001AC
Text Example
Text Example
White with #1001AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001AC; }
p { color: rgb(16,1,172); }
H1.HeaderClassName
{
color: #1001AC;
}
.AnyTagClassName
{
color: #1001AC;
}
</style>
background-color css
<style>
a { background-color: #1001AC; }
a { background-color: rgb(16,1,172); }
div.DivClassName
{
background-color: #1001AC;
}
.BgClassName
{
background-color: #1001AC;
}
</style>
border-color css
<style>
span { border-color: #1001AC; }
span { border-color: rgb(16,1,172); }
td.TdClassName
{
border-color: #1001AC;
}
.TagClassName
{
border-color: #1001AC;
}
</style>