Shades of Navy #000677
Tints of Navy #000677
RGB
CMYK
RGB Variations
Color information
#000677 (or 0x000677) is known color: Navy. HEX triplet: 00, 06 and 77. RGB value is (0,6,119). Sum of RGB (Red+Green+Blue) = 0+6+119=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 119 (46.88% from 255 or 95.2% from 125); Max value from RGB is 119 - color contains mainly: blue. Hex color #000677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000677 is #FFF988. Grayscale: #101010. Windows color (decimal): -16775561 or 7800320. OLE color: 7800320.
HSL color Cylindrical-coordinate representation of color #000677: hue angle of 236.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000677 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 6 | 119 | - |
| CMYK | 1 | 0.95 | 0 | 0.53 |
| HSL | 236.97º | 1% | 0.23% | - |
| HSV(B) | 236.97º | 1% | 0.47% | - |
| XYZ | 3.39 | 1.46 | 17.56 | - |
| YUV | 17.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 119 | 1 | 0.95 | 0 | 0.53 | 236.97 | 1 | 0.23 |
| Hex | 0 | 6 | 77 | 64 | 5F | 0 | 35 | ED | 64 | 17 |
| Octal | 0 | 6 | 167 | 144 | 137 | 0 | 65 | 355 | 144 | 27 |
| Binary | 0 | 110 | 1110111 | 1100100 | 1011111 | 0 | 110101 | 11101101 | 1100100 | 10111 |
Color Harmonies of #000677
Complementary color
Monochromatic Colors of #000677
Black with #000677
Text Example
Text Example
White with #000677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000677; }
p { color: rgb(0,6,119); }
H1.HeaderClassName
{
color: #000677;
}
.AnyTagClassName
{
color: #000677;
}
</style>
background-color css
<style>
a { background-color: #000677; }
a { background-color: rgb(0,6,119); }
div.DivClassName
{
background-color: #000677;
}
.BgClassName
{
background-color: #000677;
}
</style>
border-color css
<style>
span { border-color: #000677; }
span { border-color: rgb(0,6,119); }
td.TdClassName
{
border-color: #000677;
}
.TagClassName
{
border-color: #000677;
}
</style>