Shades of New Midnight Blue #1213AC
Tints of New Midnight Blue #1213AC
RGB
CMYK
RGB Variations
Color information
#1213AC (or 0x1213AC) is known color: New Midnight Blue. HEX triplet: 12, 13 and AC. RGB value is (18,19,172). Sum of RGB (Red+Green+Blue) = 18+19+172=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #1213AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1213AC is #EDEC53. Grayscale: #232323. Windows color (decimal): -15592532 or 11277074. OLE color: 11277074.
HSL color Cylindrical-coordinate representation of color #1213AC: hue angle of 239.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1213AC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 19 | 172 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.33 |
| HSL | 239.61º | 0.81% | 0.37% | - |
| HSV(B) | 239.61º | 0.9% | 0.67% | - |
| XYZ | 7.93 | 3.57 | 39.3 | - |
| YUV | 36.14 | 204.67 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 172 | 0.90 | 0.89 | 0 | 0.33 | 239.61 | 0.81 | 0.37 |
| Hex | 12 | 13 | AC | 5A | 59 | 0 | 21 | F0 | 51 | 25 |
| Octal | 22 | 23 | 254 | 132 | 131 | 0 | 41 | 360 | 121 | 45 |
| Binary | 10010 | 10011 | 10101100 | 1011010 | 1011001 | 0 | 100001 | 11110000 | 1010001 | 100101 |
Color Harmonies of #1213AC
Complementary color
Monochromatic Colors of #1213AC
Black with #1213AC
Text Example
Text Example
White with #1213AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213AC; }
p { color: rgb(18,19,172); }
H1.HeaderClassName
{
color: #1213AC;
}
.AnyTagClassName
{
color: #1213AC;
}
</style>
background-color css
<style>
a { background-color: #1213AC; }
a { background-color: rgb(18,19,172); }
div.DivClassName
{
background-color: #1213AC;
}
.BgClassName
{
background-color: #1213AC;
}
</style>
border-color css
<style>
span { border-color: #1213AC; }
span { border-color: rgb(18,19,172); }
td.TdClassName
{
border-color: #1213AC;
}
.TagClassName
{
border-color: #1213AC;
}
</style>