Shades of New Midnight Blue #001696
Tints of New Midnight Blue #001696
RGB
CMYK
RGB Variations
Color information
#001696 (or 0x001696) is known color: New Midnight Blue. HEX triplet: 00, 16 and 96. RGB value is (0,22,150). Sum of RGB (Red+Green+Blue) = 0+22+150=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #001696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001696 is #FFE969. Grayscale: #1D1D1D. Windows color (decimal): -16771434 or 9836032. OLE color: 9836032.
HSL color Cylindrical-coordinate representation of color #001696: hue angle of 231.2º 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 #001696 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 22 | 150 | - |
| CMYK | 1 | 0.85 | 0 | 0.41 |
| HSL | 231.2º | 1% | 0.29% | - |
| HSV(B) | 231.2º | 1% | 0.59% | - |
| XYZ | 5.79 | 2.78 | 29.08 | - |
| YUV | 30.01 | 195.71 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 150 | 1 | 0.85 | 0 | 0.41 | 231.2 | 1 | 0.29 |
| Hex | 0 | 16 | 96 | 64 | 55 | 0 | 29 | E7 | 64 | 1D |
| Octal | 0 | 26 | 226 | 144 | 125 | 0 | 51 | 347 | 144 | 35 |
| Binary | 0 | 10110 | 10010110 | 1100100 | 1010101 | 0 | 101001 | 11100111 | 1100100 | 11101 |
Color Harmonies of #001696
Complementary color
Monochromatic Colors of #001696
Black with #001696
Text Example
Text Example
White with #001696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001696; }
p { color: rgb(0,22,150); }
H1.HeaderClassName
{
color: #001696;
}
.AnyTagClassName
{
color: #001696;
}
</style>
background-color css
<style>
a { background-color: #001696; }
a { background-color: rgb(0,22,150); }
div.DivClassName
{
background-color: #001696;
}
.BgClassName
{
background-color: #001696;
}
</style>
border-color css
<style>
span { border-color: #001696; }
span { border-color: rgb(0,22,150); }
td.TdClassName
{
border-color: #001696;
}
.TagClassName
{
border-color: #001696;
}
</style>