Shades of New Midnight Blue #000694
Tints of New Midnight Blue #000694
RGB
CMYK
RGB Variations
Color information
#000694 (or 0x000694) is known color: New Midnight Blue. HEX triplet: 00, 06 and 94. RGB value is (0,6,148). Sum of RGB (Red+Green+Blue) = 0+6+148=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 148 (58.20% from 255 or 96.10% from 154); Max value from RGB is 148 - color contains mainly: blue. Hex color #000694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000694 is #FFF96B. Grayscale: #131313. Windows color (decimal): -16775532 or 9700864. OLE color: 9700864.
HSL color Cylindrical-coordinate representation of color #000694: hue angle of 237.57º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000694 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 6 | 148 | - |
| CMYK | 1 | 0.96 | 0 | 0.42 |
| HSL | 237.57º | 1% | 0.29% | - |
| HSV(B) | 237.57º | 1% | 0.58% | - |
| XYZ | 5.41 | 2.27 | 28.17 | - |
| YUV | 20.39 | 200.01 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 148 | 1 | 0.96 | 0 | 0.42 | 237.57 | 1 | 0.29 |
| Hex | 0 | 6 | 94 | 64 | 60 | 0 | 2A | EE | 64 | 1D |
| Octal | 0 | 6 | 224 | 144 | 140 | 0 | 52 | 356 | 144 | 35 |
| Binary | 0 | 110 | 10010100 | 1100100 | 1100000 | 0 | 101010 | 11101110 | 1100100 | 11101 |
Color Harmonies of #000694
Complementary color
Monochromatic Colors of #000694
Black with #000694
Text Example
Text Example
White with #000694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000694; }
p { color: rgb(0,6,148); }
H1.HeaderClassName
{
color: #000694;
}
.AnyTagClassName
{
color: #000694;
}
</style>
background-color css
<style>
a { background-color: #000694; }
a { background-color: rgb(0,6,148); }
div.DivClassName
{
background-color: #000694;
}
.BgClassName
{
background-color: #000694;
}
</style>
border-color css
<style>
span { border-color: #000694; }
span { border-color: rgb(0,6,148); }
td.TdClassName
{
border-color: #000694;
}
.TagClassName
{
border-color: #000694;
}
</style>