Shades of New Midnight Blue #000697
Tints of New Midnight Blue #000697
RGB
CMYK
RGB Variations
Color information
#000697 (or 0x000697) is known color: New Midnight Blue. HEX triplet: 00, 06 and 97. RGB value is (0,6,151). Sum of RGB (Red+Green+Blue) = 0+6+151=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 151 (59.38% from 255 or 96.18% from 157); Max value from RGB is 151 - color contains mainly: blue. Hex color #000697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000697 is #FFF968. Grayscale: #141414. Windows color (decimal): -16775529 or 9897472. OLE color: 9897472.
HSL color Cylindrical-coordinate representation of color #000697: hue angle of 237.62º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000697 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 6 | 151 | - |
| CMYK | 1 | 0.96 | 0 | 0.41 |
| HSL | 237.62º | 1% | 0.3% | - |
| HSV(B) | 237.62º | 1% | 0.59% | - |
| XYZ | 5.65 | 2.36 | 29.44 | - |
| YUV | 20.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 151 | 1 | 0.96 | 0 | 0.41 | 237.62 | 1 | 0.3 |
| Hex | 0 | 6 | 97 | 64 | 60 | 0 | 29 | EE | 64 | 1E |
| Octal | 0 | 6 | 227 | 144 | 140 | 0 | 51 | 356 | 144 | 36 |
| Binary | 0 | 110 | 10010111 | 1100100 | 1100000 | 0 | 101001 | 11101110 | 1100100 | 11110 |
Color Harmonies of #000697
Complementary color
Monochromatic Colors of #000697
Black with #000697
Text Example
Text Example
White with #000697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000697; }
p { color: rgb(0,6,151); }
H1.HeaderClassName
{
color: #000697;
}
.AnyTagClassName
{
color: #000697;
}
</style>
background-color css
<style>
a { background-color: #000697; }
a { background-color: rgb(0,6,151); }
div.DivClassName
{
background-color: #000697;
}
.BgClassName
{
background-color: #000697;
}
</style>
border-color css
<style>
span { border-color: #000697; }
span { border-color: rgb(0,6,151); }
td.TdClassName
{
border-color: #000697;
}
.TagClassName
{
border-color: #000697;
}
</style>