Shades of New Midnight Blue #011696
Tints of New Midnight Blue #011696
RGB
CMYK
RGB Variations
Color information
#011696 (or 0x011696) is known color: New Midnight Blue. HEX triplet: 01, 16 and 96. RGB value is (1,22,150). Sum of RGB (Red+Green+Blue) = 1+22+150=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 150 (58.98% from 255 or 86.71% from 173); Max value from RGB is 150 - color contains mainly: blue. Hex color #011696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011696 is #FEE969. Grayscale: #1D1D1D. Windows color (decimal): -16705898 or 9836033. OLE color: 9836033.
HSL color Cylindrical-coordinate representation of color #011696: hue angle of 231.54º 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 #011696 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 22 | 150 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.41 |
| HSL | 231.54º | 0.99% | 0.3% | - |
| HSV(B) | 231.54º | 0.99% | 0.59% | - |
| XYZ | 5.8 | 2.78 | 29.09 | - |
| YUV | 30.31 | 195.54 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 150 | 0.99 | 0.85 | 0 | 0.41 | 231.54 | 0.99 | 0.3 |
| Hex | 1 | 16 | 96 | 63 | 55 | 0 | 29 | E8 | 63 | 1E |
| Octal | 1 | 26 | 226 | 143 | 125 | 0 | 51 | 350 | 143 | 36 |
| Binary | 1 | 10110 | 10010110 | 1100011 | 1010101 | 0 | 101001 | 11101000 | 1100011 | 11110 |
Color Harmonies of #011696
Complementary color
Monochromatic Colors of #011696
Black with #011696
Text Example
Text Example
White with #011696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011696; }
p { color: rgb(1,22,150); }
H1.HeaderClassName
{
color: #011696;
}
.AnyTagClassName
{
color: #011696;
}
</style>
background-color css
<style>
a { background-color: #011696; }
a { background-color: rgb(1,22,150); }
div.DivClassName
{
background-color: #011696;
}
.BgClassName
{
background-color: #011696;
}
</style>
border-color css
<style>
span { border-color: #011696; }
span { border-color: rgb(1,22,150); }
td.TdClassName
{
border-color: #011696;
}
.TagClassName
{
border-color: #011696;
}
</style>