Shades of New Midnight Blue #010296
Tints of New Midnight Blue #010296
RGB
CMYK
RGB Variations
Color information
#010296 (or 0x010296) is known color: New Midnight Blue. HEX triplet: 01, 02 and 96. RGB value is (1,2,150). Sum of RGB (Red+Green+Blue) = 1+2+150=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 150 (58.98% from 255 or 98.04% from 153); Max value from RGB is 150 - color contains mainly: blue. Hex color #010296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010296 is #FEFD69. Grayscale: #111111. Windows color (decimal): -16711018 or 9830913. OLE color: 9830913.
HSL color Cylindrical-coordinate representation of color #010296: hue angle of 239.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010296 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 2 | 150 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.41 |
| HSL | 239.6º | 0.99% | 0.3% | - |
| HSV(B) | 239.6º | 0.99% | 0.59% | - |
| XYZ | 5.54 | 2.25 | 29 | - |
| YUV | 18.57 | 202.17 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 150 | 0.99 | 0.99 | 0 | 0.41 | 239.6 | 0.99 | 0.3 |
| Hex | 1 | 2 | 96 | 63 | 63 | 0 | 29 | F0 | 63 | 1E |
| Octal | 1 | 2 | 226 | 143 | 143 | 0 | 51 | 360 | 143 | 36 |
| Binary | 1 | 10 | 10010110 | 1100011 | 1100011 | 0 | 101001 | 11110000 | 1100011 | 11110 |
Color Harmonies of #010296
Complementary color
Monochromatic Colors of #010296
Black with #010296
Text Example
Text Example
White with #010296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010296; }
p { color: rgb(1,2,150); }
H1.HeaderClassName
{
color: #010296;
}
.AnyTagClassName
{
color: #010296;
}
</style>
background-color css
<style>
a { background-color: #010296; }
a { background-color: rgb(1,2,150); }
div.DivClassName
{
background-color: #010296;
}
.BgClassName
{
background-color: #010296;
}
</style>
border-color css
<style>
span { border-color: #010296; }
span { border-color: rgb(1,2,150); }
td.TdClassName
{
border-color: #010296;
}
.TagClassName
{
border-color: #010296;
}
</style>