Shades of New Midnight Blue #001096
Tints of New Midnight Blue #001096
RGB
CMYK
RGB Variations
Color information
#001096 (or 0x001096) is known color: New Midnight Blue. HEX triplet: 00, 10 and 96. RGB value is (0,16,150). Sum of RGB (Red+Green+Blue) = 0+16+150=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 150 (58.98% from 255 or 90.36% from 166); Max value from RGB is 150 - color contains mainly: blue. Hex color #001096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001096 is #FFEF69. Grayscale: #191919. Windows color (decimal): -16772970 or 9834496. OLE color: 9834496.
HSL color Cylindrical-coordinate representation of color #001096: hue angle of 233.6º 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 #001096 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 16 | 150 | - |
| CMYK | 1 | 0.89 | 0 | 0.41 |
| HSL | 233.6º | 1% | 0.29% | - |
| HSV(B) | 233.6º | 1% | 0.59% | - |
| XYZ | 5.69 | 2.57 | 29.05 | - |
| YUV | 26.49 | 197.7 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 150 | 1 | 0.89 | 0 | 0.41 | 233.6 | 1 | 0.29 |
| Hex | 0 | 10 | 96 | 64 | 59 | 0 | 29 | EA | 64 | 1D |
| Octal | 0 | 20 | 226 | 144 | 131 | 0 | 51 | 352 | 144 | 35 |
| Binary | 0 | 10000 | 10010110 | 1100100 | 1011001 | 0 | 101001 | 11101010 | 1100100 | 11101 |
Color Harmonies of #001096
Complementary color
Monochromatic Colors of #001096
Black with #001096
Text Example
Text Example
White with #001096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001096; }
p { color: rgb(0,16,150); }
H1.HeaderClassName
{
color: #001096;
}
.AnyTagClassName
{
color: #001096;
}
</style>
background-color css
<style>
a { background-color: #001096; }
a { background-color: rgb(0,16,150); }
div.DivClassName
{
background-color: #001096;
}
.BgClassName
{
background-color: #001096;
}
</style>
border-color css
<style>
span { border-color: #001096; }
span { border-color: rgb(0,16,150); }
td.TdClassName
{
border-color: #001096;
}
.TagClassName
{
border-color: #001096;
}
</style>