Shades of New Midnight Blue #1210AD
Tints of New Midnight Blue #1210AD
RGB
CMYK
RGB Variations
Color information
#1210AD (or 0x1210AD) is known color: New Midnight Blue. HEX triplet: 12, 10 and AD. RGB value is (18,16,173). Sum of RGB (Red+Green+Blue) = 18+16+173=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #1210AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1210AD is #EDEF52. Grayscale: #212121. Windows color (decimal): -15593299 or 11341842. OLE color: 11341842.
HSL color Cylindrical-coordinate representation of color #1210AD: hue angle of 240.76º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1210AD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 16 | 173 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.32 |
| HSL | 240.76º | 0.83% | 0.37% | - |
| HSV(B) | 240.76º | 0.91% | 0.68% | - |
| XYZ | 7.98 | 3.52 | 39.79 | - |
| YUV | 34.5 | 206.16 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 173 | 0.90 | 0.91 | 0 | 0.32 | 240.76 | 0.83 | 0.37 |
| Hex | 12 | 10 | AD | 5A | 5B | 0 | 20 | F1 | 53 | 25 |
| Octal | 22 | 20 | 255 | 132 | 133 | 0 | 40 | 361 | 123 | 45 |
| Binary | 10010 | 10000 | 10101101 | 1011010 | 1011011 | 0 | 100000 | 11110001 | 1010011 | 100101 |
Color Harmonies of #1210AD
Complementary color
Monochromatic Colors of #1210AD
Black with #1210AD
Text Example
Text Example
White with #1210AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1210AD; }
p { color: rgb(18,16,173); }
H1.HeaderClassName
{
color: #1210AD;
}
.AnyTagClassName
{
color: #1210AD;
}
</style>
background-color css
<style>
a { background-color: #1210AD; }
a { background-color: rgb(18,16,173); }
div.DivClassName
{
background-color: #1210AD;
}
.BgClassName
{
background-color: #1210AD;
}
</style>
border-color css
<style>
span { border-color: #1210AD; }
span { border-color: rgb(18,16,173); }
td.TdClassName
{
border-color: #1210AD;
}
.TagClassName
{
border-color: #1210AD;
}
</style>