Shades of New Midnight Blue #0101AB
Tints of New Midnight Blue #0101AB
RGB
CMYK
RGB Variations
Color information
#0101AB (or 0x0101AB) is known color: New Midnight Blue. HEX triplet: 01, 01 and AB. RGB value is (1,1,171). Sum of RGB (Red+Green+Blue) = 1+1+171=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 171 (67.19% from 255 or 98.84% from 173); Max value from RGB is 171 - color contains mainly: blue. Hex color #0101AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0101AB is #FEFE54. Grayscale: #131313. Windows color (decimal): -16711253 or 11206913. OLE color: 11206913.
HSL color Cylindrical-coordinate representation of color #0101AB: hue angle of 240º 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 #0101AB is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 1 | 171 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.33 |
| HSL | 240º | 0.99% | 0.34% | - |
| HSV(B) | 240º | 0.99% | 0.67% | - |
| XYZ | 7.37 | 2.97 | 38.71 | - |
| YUV | 20.38 | 213 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 171 | 0.99 | 0.99 | 0 | 0.33 | 240 | 0.99 | 0.34 |
| Hex | 1 | 1 | AB | 63 | 63 | 0 | 21 | F0 | 63 | 22 |
| Octal | 1 | 1 | 253 | 143 | 143 | 0 | 41 | 360 | 143 | 42 |
| Binary | 1 | 1 | 10101011 | 1100011 | 1100011 | 0 | 100001 | 11110000 | 1100011 | 100010 |
Color Harmonies of #0101AB
Complementary color
Monochromatic Colors of #0101AB
Black with #0101AB
Text Example
Text Example
White with #0101AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0101AB; }
p { color: rgb(1,1,171); }
H1.HeaderClassName
{
color: #0101AB;
}
.AnyTagClassName
{
color: #0101AB;
}
</style>
background-color css
<style>
a { background-color: #0101AB; }
a { background-color: rgb(1,1,171); }
div.DivClassName
{
background-color: #0101AB;
}
.BgClassName
{
background-color: #0101AB;
}
</style>
border-color css
<style>
span { border-color: #0101AB; }
span { border-color: rgb(1,1,171); }
td.TdClassName
{
border-color: #0101AB;
}
.TagClassName
{
border-color: #0101AB;
}
</style>