Shades of New Midnight Blue #1213AD
Tints of New Midnight Blue #1213AD
RGB
CMYK
RGB Variations
Color information
#1213AD (or 0x1213AD) is known color: New Midnight Blue. HEX triplet: 12, 13 and AD. RGB value is (18,19,173). Sum of RGB (Red+Green+Blue) = 18+19+173=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #1213AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1213AD is #EDEC52. Grayscale: #232323. Windows color (decimal): -15592531 or 11342610. OLE color: 11342610.
HSL color Cylindrical-coordinate representation of color #1213AD: hue angle of 239.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1213AD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 19 | 173 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.32 |
| HSL | 239.61º | 0.81% | 0.37% | - |
| HSV(B) | 239.61º | 0.9% | 0.68% | - |
| XYZ | 8.03 | 3.61 | 39.81 | - |
| YUV | 36.26 | 205.17 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 173 | 0.90 | 0.89 | 0 | 0.32 | 239.61 | 0.81 | 0.37 |
| Hex | 12 | 13 | AD | 5A | 59 | 0 | 20 | F0 | 51 | 25 |
| Octal | 22 | 23 | 255 | 132 | 131 | 0 | 40 | 360 | 121 | 45 |
| Binary | 10010 | 10011 | 10101101 | 1011010 | 1011001 | 0 | 100000 | 11110000 | 1010001 | 100101 |
Color Harmonies of #1213AD
Complementary color
Monochromatic Colors of #1213AD
Black with #1213AD
Text Example
Text Example
White with #1213AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213AD; }
p { color: rgb(18,19,173); }
H1.HeaderClassName
{
color: #1213AD;
}
.AnyTagClassName
{
color: #1213AD;
}
</style>
background-color css
<style>
a { background-color: #1213AD; }
a { background-color: rgb(18,19,173); }
div.DivClassName
{
background-color: #1213AD;
}
.BgClassName
{
background-color: #1213AD;
}
</style>
border-color css
<style>
span { border-color: #1213AD; }
span { border-color: rgb(18,19,173); }
td.TdClassName
{
border-color: #1213AD;
}
.TagClassName
{
border-color: #1213AD;
}
</style>