Shades of New Midnight Blue #1201AB
Tints of New Midnight Blue #1201AB
RGB
CMYK
RGB Variations
Color information
#1201AB (or 0x1201AB) is known color: New Midnight Blue. HEX triplet: 12, 01 and AB. RGB value is (18,1,171). Sum of RGB (Red+Green+Blue) = 18+1+171=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #1201AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1201AB is #EDFE54. Grayscale: #181818. Windows color (decimal): -15597141 or 11206930. OLE color: 11206930.
HSL color Cylindrical-coordinate representation of color #1201AB: hue angle of 246º 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 #1201AB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 1 | 171 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.33 |
| HSL | 246º | 0.99% | 0.34% | - |
| HSV(B) | 246º | 0.99% | 0.67% | - |
| XYZ | 7.61 | 3.09 | 38.72 | - |
| YUV | 25.46 | 210.13 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 171 | 0.89 | 0.99 | 0 | 0.33 | 246 | 0.99 | 0.34 |
| Hex | 12 | 1 | AB | 59 | 63 | 0 | 21 | F6 | 63 | 22 |
| Octal | 22 | 1 | 253 | 131 | 143 | 0 | 41 | 366 | 143 | 42 |
| Binary | 10010 | 1 | 10101011 | 1011001 | 1100011 | 0 | 100001 | 11110110 | 1100011 | 100010 |
Color Harmonies of #1201AB
Complementary color
Monochromatic Colors of #1201AB
Black with #1201AB
Text Example
Text Example
White with #1201AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201AB; }
p { color: rgb(18,1,171); }
H1.HeaderClassName
{
color: #1201AB;
}
.AnyTagClassName
{
color: #1201AB;
}
</style>
background-color css
<style>
a { background-color: #1201AB; }
a { background-color: rgb(18,1,171); }
div.DivClassName
{
background-color: #1201AB;
}
.BgClassName
{
background-color: #1201AB;
}
</style>
border-color css
<style>
span { border-color: #1201AB; }
span { border-color: rgb(18,1,171); }
td.TdClassName
{
border-color: #1201AB;
}
.TagClassName
{
border-color: #1201AB;
}
</style>