Shades of New Midnight Blue #010096
Tints of New Midnight Blue #010096
RGB
CMYK
RGB Variations
Color information
#010096 (or 0x010096) is known color: New Midnight Blue. HEX triplet: 01, 00 and 96. RGB value is (1,0,150). Sum of RGB (Red+Green+Blue) = 1+0+150=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 150 (58.98% from 255 or 99.34% from 151); Max value from RGB is 150 - color contains mainly: blue. Hex color #010096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010096 is #FEFF69. Grayscale: #101010. Windows color (decimal): -16711530 or 9830401. OLE color: 9830401.
HSL color Cylindrical-coordinate representation of color #010096: hue angle of 240.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010096 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 0 | 150 | - |
| CMYK | 0.99 | 1 | 0 | 0.41 |
| HSL | 240.4º | 1% | 0.29% | - |
| HSV(B) | 240.4º | 1% | 0.59% | - |
| XYZ | 5.52 | 2.21 | 28.99 | - |
| YUV | 17.4 | 202.83 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 150 | 0.99 | 1 | 0 | 0.41 | 240.4 | 1 | 0.29 |
| Hex | 1 | 0 | 96 | 63 | 64 | 0 | 29 | F0 | 64 | 1D |
| Octal | 1 | 0 | 226 | 143 | 144 | 0 | 51 | 360 | 144 | 35 |
| Binary | 1 | 0 | 10010110 | 1100011 | 1100100 | 0 | 101001 | 11110000 | 1100100 | 11101 |
Color Harmonies of #010096
Complementary color
Monochromatic Colors of #010096
Black with #010096
Text Example
Text Example
White with #010096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010096; }
p { color: rgb(1,0,150); }
H1.HeaderClassName
{
color: #010096;
}
.AnyTagClassName
{
color: #010096;
}
</style>
background-color css
<style>
a { background-color: #010096; }
a { background-color: rgb(1,0,150); }
div.DivClassName
{
background-color: #010096;
}
.BgClassName
{
background-color: #010096;
}
</style>
border-color css
<style>
span { border-color: #010096; }
span { border-color: rgb(1,0,150); }
td.TdClassName
{
border-color: #010096;
}
.TagClassName
{
border-color: #010096;
}
</style>