Shades of New Midnight Blue #000696
Tints of New Midnight Blue #000696
RGB
CMYK
RGB Variations
Color information
#000696 (or 0x000696) is known color: New Midnight Blue. HEX triplet: 00, 06 and 96. RGB value is (0,6,150). Sum of RGB (Red+Green+Blue) = 0+6+150=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 150 (58.98% from 255 or 96.15% from 156); Max value from RGB is 150 - color contains mainly: blue. Hex color #000696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000696 is #FFF969. Grayscale: #141414. Windows color (decimal): -16775530 or 9831936. OLE color: 9831936.
HSL color Cylindrical-coordinate representation of color #000696: hue angle of 237.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 #000696 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 6 | 150 | - |
| CMYK | 1 | 0.96 | 0 | 0.41 |
| HSL | 237.6º | 1% | 0.29% | - |
| HSV(B) | 237.6º | 1% | 0.59% | - |
| XYZ | 5.57 | 2.33 | 29.01 | - |
| YUV | 20.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 150 | 1 | 0.96 | 0 | 0.41 | 237.6 | 1 | 0.29 |
| Hex | 0 | 6 | 96 | 64 | 60 | 0 | 29 | EE | 64 | 1D |
| Octal | 0 | 6 | 226 | 144 | 140 | 0 | 51 | 356 | 144 | 35 |
| Binary | 0 | 110 | 10010110 | 1100100 | 1100000 | 0 | 101001 | 11101110 | 1100100 | 11101 |
Color Harmonies of #000696
Complementary color
Monochromatic Colors of #000696
Black with #000696
Text Example
Text Example
White with #000696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000696; }
p { color: rgb(0,6,150); }
H1.HeaderClassName
{
color: #000696;
}
.AnyTagClassName
{
color: #000696;
}
</style>
background-color css
<style>
a { background-color: #000696; }
a { background-color: rgb(0,6,150); }
div.DivClassName
{
background-color: #000696;
}
.BgClassName
{
background-color: #000696;
}
</style>
border-color css
<style>
span { border-color: #000696; }
span { border-color: rgb(0,6,150); }
td.TdClassName
{
border-color: #000696;
}
.TagClassName
{
border-color: #000696;
}
</style>