Shades of New Midnight Blue #1200AE
Tints of New Midnight Blue #1200AE
RGB
CMYK
RGB Variations
Color information
#1200AE (or 0x1200AE) is known color: New Midnight Blue. HEX triplet: 12, 00 and AE. RGB value is (18,0,174). Sum of RGB (Red+Green+Blue) = 18+0+174=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 174 (68.36% from 255 or 90.62% from 192); Max value from RGB is 174 - color contains mainly: blue. Hex color #1200AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1200AE is #EDFF51. Grayscale: #181818. Windows color (decimal): -15597394 or 11403282. OLE color: 11403282.
HSL color Cylindrical-coordinate representation of color #1200AE: hue angle of 246.21º 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 #1200AE is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 0 | 174 | - |
| CMYK | 0.90 | 1 | 0 | 0.32 |
| HSL | 246.21º | 1% | 0.34% | - |
| HSV(B) | 246.21º | 1% | 0.68% | - |
| XYZ | 7.89 | 3.18 | 40.24 | - |
| YUV | 25.22 | 211.96 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 174 | 0.90 | 1 | 0 | 0.32 | 246.21 | 1 | 0.34 |
| Hex | 12 | 0 | AE | 5A | 64 | 0 | 20 | F6 | 64 | 22 |
| Octal | 22 | 0 | 256 | 132 | 144 | 0 | 40 | 366 | 144 | 42 |
| Binary | 10010 | 0 | 10101110 | 1011010 | 1100100 | 0 | 100000 | 11110110 | 1100100 | 100010 |
Color Harmonies of #1200AE
Complementary color
Monochromatic Colors of #1200AE
Black with #1200AE
Text Example
Text Example
White with #1200AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1200AE; }
p { color: rgb(18,0,174); }
H1.HeaderClassName
{
color: #1200AE;
}
.AnyTagClassName
{
color: #1200AE;
}
</style>
background-color css
<style>
a { background-color: #1200AE; }
a { background-color: rgb(18,0,174); }
div.DivClassName
{
background-color: #1200AE;
}
.BgClassName
{
background-color: #1200AE;
}
</style>
border-color css
<style>
span { border-color: #1200AE; }
span { border-color: rgb(18,0,174); }
td.TdClassName
{
border-color: #1200AE;
}
.TagClassName
{
border-color: #1200AE;
}
</style>