Shades of New Midnight Blue #1010AB
Tints of New Midnight Blue #1010AB
RGB
CMYK
RGB Variations
Color information
#1010AB (or 0x1010AB) is known color: New Midnight Blue. HEX triplet: 10, 10 and AB. RGB value is (16,16,171). Sum of RGB (Red+Green+Blue) = 16+16+171=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #1010AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1010AB is #EFEF54. Grayscale: #212121. Windows color (decimal): -15724373 or 11210768. OLE color: 11210768.
HSL color Cylindrical-coordinate representation of color #1010AB: hue angle of 240º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1010AB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 16 | 171 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.33 |
| HSL | 240º | 0.83% | 0.37% | - |
| HSV(B) | 240º | 0.91% | 0.67% | - |
| XYZ | 7.75 | 3.42 | 38.78 | - |
| YUV | 33.67 | 205.5 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 171 | 0.91 | 0.91 | 0 | 0.33 | 240 | 0.83 | 0.37 |
| Hex | 10 | 10 | AB | 5B | 5B | 0 | 21 | F0 | 53 | 25 |
| Octal | 20 | 20 | 253 | 133 | 133 | 0 | 41 | 360 | 123 | 45 |
| Binary | 10000 | 10000 | 10101011 | 1011011 | 1011011 | 0 | 100001 | 11110000 | 1010011 | 100101 |
Color Harmonies of #1010AB
Complementary color
Monochromatic Colors of #1010AB
Black with #1010AB
Text Example
Text Example
White with #1010AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010AB; }
p { color: rgb(16,16,171); }
H1.HeaderClassName
{
color: #1010AB;
}
.AnyTagClassName
{
color: #1010AB;
}
</style>
background-color css
<style>
a { background-color: #1010AB; }
a { background-color: rgb(16,16,171); }
div.DivClassName
{
background-color: #1010AB;
}
.BgClassName
{
background-color: #1010AB;
}
</style>
border-color css
<style>
span { border-color: #1010AB; }
span { border-color: rgb(16,16,171); }
td.TdClassName
{
border-color: #1010AB;
}
.TagClassName
{
border-color: #1010AB;
}
</style>