Shades of Navy #000775
Tints of Navy #000775
RGB
CMYK
RGB Variations
Color information
#000775 (or 0x000775) is known color: Navy. HEX triplet: 00, 07 and 75. RGB value is (0,7,117). Sum of RGB (Red+Green+Blue) = 0+7+117=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #000775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000775 is #FFF88A. Grayscale: #111111. Windows color (decimal): -16775307 or 7669504. OLE color: 7669504.
HSL color Cylindrical-coordinate representation of color #000775: hue angle of 236.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000775 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 7 | 117 | - |
| CMYK | 1 | 0.94 | 0 | 0.54 |
| HSL | 236.41º | 1% | 0.23% | - |
| HSV(B) | 236.41º | 1% | 0.46% | - |
| XYZ | 3.29 | 1.44 | 16.93 | - |
| YUV | 17.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 117 | 1 | 0.94 | 0 | 0.54 | 236.41 | 1 | 0.23 |
| Hex | 0 | 7 | 75 | 64 | 5E | 0 | 36 | EC | 64 | 17 |
| Octal | 0 | 7 | 165 | 144 | 136 | 0 | 66 | 354 | 144 | 27 |
| Binary | 0 | 111 | 1110101 | 1100100 | 1011110 | 0 | 110110 | 11101100 | 1100100 | 10111 |
Color Harmonies of #000775
Complementary color
Monochromatic Colors of #000775
Black with #000775
Text Example
Text Example
White with #000775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000775; }
p { color: rgb(0,7,117); }
H1.HeaderClassName
{
color: #000775;
}
.AnyTagClassName
{
color: #000775;
}
</style>
background-color css
<style>
a { background-color: #000775; }
a { background-color: rgb(0,7,117); }
div.DivClassName
{
background-color: #000775;
}
.BgClassName
{
background-color: #000775;
}
</style>
border-color css
<style>
span { border-color: #000775; }
span { border-color: rgb(0,7,117); }
td.TdClassName
{
border-color: #000775;
}
.TagClassName
{
border-color: #000775;
}
</style>