Shades of New Midnight Blue #1200AC
Tints of New Midnight Blue #1200AC
RGB
CMYK
RGB Variations
Color information
#1200AC (or 0x1200AC) is known color: New Midnight Blue. HEX triplet: 12, 00 and AC. RGB value is (18,0,172). Sum of RGB (Red+Green+Blue) = 18+0+172=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 172 (67.58% from 255 or 90.53% from 190); Max value from RGB is 172 - color contains mainly: blue. Hex color #1200AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1200AC is #EDFF53. Grayscale: #181818. Windows color (decimal): -15597396 or 11272210. OLE color: 11272210.
HSL color Cylindrical-coordinate representation of color #1200AC: hue angle of 246.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200AC is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 0 | 172 | - |
| CMYK | 0.90 | 1 | 0 | 0.33 |
| HSL | 246.28º | 1% | 0.34% | - |
| HSV(B) | 246.28º | 1% | 0.67% | - |
| XYZ | 7.7 | 3.11 | 39.22 | - |
| YUV | 24.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 172 | 0.90 | 1 | 0 | 0.33 | 246.28 | 1 | 0.34 |
| Hex | 12 | 0 | AC | 5A | 64 | 0 | 21 | F6 | 64 | 22 |
| Octal | 22 | 0 | 254 | 132 | 144 | 0 | 41 | 366 | 144 | 42 |
| Binary | 10010 | 0 | 10101100 | 1011010 | 1100100 | 0 | 100001 | 11110110 | 1100100 | 100010 |
Color Harmonies of #1200AC
Complementary color
Monochromatic Colors of #1200AC
Black with #1200AC
Text Example
Text Example
White with #1200AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1200AC; }
p { color: rgb(18,0,172); }
H1.HeaderClassName
{
color: #1200AC;
}
.AnyTagClassName
{
color: #1200AC;
}
</style>
background-color css
<style>
a { background-color: #1200AC; }
a { background-color: rgb(18,0,172); }
div.DivClassName
{
background-color: #1200AC;
}
.BgClassName
{
background-color: #1200AC;
}
</style>
border-color css
<style>
span { border-color: #1200AC; }
span { border-color: rgb(18,0,172); }
td.TdClassName
{
border-color: #1200AC;
}
.TagClassName
{
border-color: #1200AC;
}
</style>