Shades of New Midnight Blue #1200AB
Tints of New Midnight Blue #1200AB
RGB
CMYK
RGB Variations
Color information
#1200AB (or 0x1200AB) is known color: New Midnight Blue. HEX triplet: 12, 00 and AB. RGB value is (18,0,171). Sum of RGB (Red+Green+Blue) = 18+0+171=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 171 (67.19% from 255 or 90.48% from 189); Max value from RGB is 171 - color contains mainly: blue. Hex color #1200AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1200AB is #EDFF54. Grayscale: #181818. Windows color (decimal): -15597397 or 11206674. OLE color: 11206674.
HSL color Cylindrical-coordinate representation of color #1200AB: hue angle of 246.32º 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 #1200AB is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 0 | 171 | - |
| CMYK | 0.89 | 1 | 0 | 0.33 |
| HSL | 246.32º | 1% | 0.34% | - |
| HSV(B) | 246.32º | 1% | 0.67% | - |
| XYZ | 7.6 | 3.07 | 38.72 | - |
| YUV | 24.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 171 | 0.89 | 1 | 0 | 0.33 | 246.32 | 1 | 0.34 |
| Hex | 12 | 0 | AB | 59 | 64 | 0 | 21 | F6 | 64 | 22 |
| Octal | 22 | 0 | 253 | 131 | 144 | 0 | 41 | 366 | 144 | 42 |
| Binary | 10010 | 0 | 10101011 | 1011001 | 1100100 | 0 | 100001 | 11110110 | 1100100 | 100010 |
Color Harmonies of #1200AB
Complementary color
Monochromatic Colors of #1200AB
Black with #1200AB
Text Example
Text Example
White with #1200AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1200AB; }
p { color: rgb(18,0,171); }
H1.HeaderClassName
{
color: #1200AB;
}
.AnyTagClassName
{
color: #1200AB;
}
</style>
background-color css
<style>
a { background-color: #1200AB; }
a { background-color: rgb(18,0,171); }
div.DivClassName
{
background-color: #1200AB;
}
.BgClassName
{
background-color: #1200AB;
}
</style>
border-color css
<style>
span { border-color: #1200AB; }
span { border-color: rgb(18,0,171); }
td.TdClassName
{
border-color: #1200AB;
}
.TagClassName
{
border-color: #1200AB;
}
</style>