Shades of New Midnight Blue #1003AC
Tints of New Midnight Blue #1003AC
RGB
CMYK
RGB Variations
Color information
#1003AC (or 0x1003AC) is known color: New Midnight Blue. HEX triplet: 10, 03 and AC. RGB value is (16,3,172). Sum of RGB (Red+Green+Blue) = 16+3+172=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 172 (67.58% from 255 or 90.05% from 191); Max value from RGB is 172 - color contains mainly: blue. Hex color #1003AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1003AC is #EFFC53. Grayscale: #191919. Windows color (decimal): -15727700 or 11272976. OLE color: 11272976.
HSL color Cylindrical-coordinate representation of color #1003AC: hue angle of 244.62º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1003AC is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 3 | 172 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.33 |
| HSL | 244.62º | 0.97% | 0.34% | - |
| HSV(B) | 244.62º | 0.98% | 0.67% | - |
| XYZ | 7.69 | 3.15 | 39.23 | - |
| YUV | 26.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 172 | 0.91 | 0.98 | 0 | 0.33 | 244.62 | 0.97 | 0.34 |
| Hex | 10 | 3 | AC | 5B | 62 | 0 | 21 | F5 | 61 | 22 |
| Octal | 20 | 3 | 254 | 133 | 142 | 0 | 41 | 365 | 141 | 42 |
| Binary | 10000 | 11 | 10101100 | 1011011 | 1100010 | 0 | 100001 | 11110101 | 1100001 | 100010 |
Color Harmonies of #1003AC
Complementary color
Monochromatic Colors of #1003AC
Black with #1003AC
Text Example
Text Example
White with #1003AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003AC; }
p { color: rgb(16,3,172); }
H1.HeaderClassName
{
color: #1003AC;
}
.AnyTagClassName
{
color: #1003AC;
}
</style>
background-color css
<style>
a { background-color: #1003AC; }
a { background-color: rgb(16,3,172); }
div.DivClassName
{
background-color: #1003AC;
}
.BgClassName
{
background-color: #1003AC;
}
</style>
border-color css
<style>
span { border-color: #1003AC; }
span { border-color: rgb(16,3,172); }
td.TdClassName
{
border-color: #1003AC;
}
.TagClassName
{
border-color: #1003AC;
}
</style>