Shades of Navy #000764
Tints of Navy #000764
RGB
CMYK
RGB Variations
Color information
#000764 (or 0x000764) is known color: Navy. HEX triplet: 00, 07 and 64. RGB value is (0,7,100). Sum of RGB (Red+Green+Blue) = 0+7+100=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 100 (39.45% from 255 or 93.46% from 107); Max value from RGB is 100 - color contains mainly: blue. Hex color #000764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000764 is #FFF89B. Grayscale: #0F0F0F. Windows color (decimal): -16775324 or 6555392. OLE color: 6555392.
HSL color Cylindrical-coordinate representation of color #000764: hue angle of 235.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000764 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 7 | 100 | - |
| CMYK | 1 | 0.93 | 0 | 0.61 |
| HSL | 235.8º | 1% | 0.2% | - |
| HSV(B) | 235.8º | 1% | 0.39% | - |
| XYZ | 2.38 | 1.07 | 12.14 | - |
| YUV | 15.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 100 | 1 | 0.93 | 0 | 0.61 | 235.8 | 1 | 0.2 |
| Hex | 0 | 7 | 64 | 64 | 5D | 0 | 3D | EC | 64 | 14 |
| Octal | 0 | 7 | 144 | 144 | 135 | 0 | 75 | 354 | 144 | 24 |
| Binary | 0 | 111 | 1100100 | 1100100 | 1011101 | 0 | 111101 | 11101100 | 1100100 | 10100 |
Color Harmonies of #000764
Complementary color
Monochromatic Colors of #000764
Black with #000764
Text Example
Text Example
White with #000764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000764; }
p { color: rgb(0,7,100); }
H1.HeaderClassName
{
color: #000764;
}
.AnyTagClassName
{
color: #000764;
}
</style>
background-color css
<style>
a { background-color: #000764; }
a { background-color: rgb(0,7,100); }
div.DivClassName
{
background-color: #000764;
}
.BgClassName
{
background-color: #000764;
}
</style>
border-color css
<style>
span { border-color: #000764; }
span { border-color: rgb(0,7,100); }
td.TdClassName
{
border-color: #000764;
}
.TagClassName
{
border-color: #000764;
}
</style>